diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-14 00:16:29 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-18 13:29:41 -0500 |
commit | 0c0abbc58011e977921eae9037668452bef80265 (patch) | |
tree | c5b1defeea26f6d62d4085ed57ce9b5e85d9063a | |
parent | 70f1e002cfaad708ac561bcc6700dc50888999f5 (diff) | |
download | linux-3.10-0c0abbc58011e977921eae9037668452bef80265.tar.gz linux-3.10-0c0abbc58011e977921eae9037668452bef80265.tar.bz2 linux-3.10-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>
-rw-r--r-- | drivers/net/au1000_eth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/au1000_eth.c b/drivers/net/au1000_eth.c index 332e9953c55..cd0b1dccfb6 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> |