aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/au1000_eth.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-11-14 00:16:29 +0000
committerJeff Garzik <jgarzik@pobox.com>2005-11-18 13:29:41 -0500
commit0c0abbc58011e977921eae9037668452bef80265 (patch)
treec5b1defeea26f6d62d4085ed57ce9b5e85d9063a /drivers/net/au1000_eth.c
parent[PATCH] IOC3: Replace obsolete PCI API (diff)
downloadlinux-dev-0c0abbc58011e977921eae9037668452bef80265.tar.xz
linux-dev-0c0abbc58011e977921eae9037668452bef80265.zip
[PATCH] au1000_eth: Include <linux/config.h>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> The Au1000 ethernet driver references plenty of CONFIG_* symbols. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/au1000_eth.c')
-rw-r--r--drivers/net/au1000_eth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c
index 332e9953c55c..cd0b1dccfb61 100644
--- a/drivers/net/au1000_eth.c
+++ b/drivers/net/au1000_eth.c
@@ -32,6 +32,7 @@
*
*/
+#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>