Commit c012ef0b authored by Russell King's avatar Russell King

[ARM] Remove asm/hardware.h from SMC91x ethernet driver.

This include isn't required for ARM builds either.
parent 372b616b
...@@ -86,9 +86,6 @@ static const char version[] = ...@@ -86,9 +86,6 @@ static const char version[] =
#include <linux/skbuff.h> #include <linux/skbuff.h>
#include <asm/io.h> #include <asm/io.h>
#ifdef CONFIG_ARM
#include <asm/hardware.h>
#endif
#include <asm/irq.h> #include <asm/irq.h>
#include "smc91x.h" #include "smc91x.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment