diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-13 19:16:29 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-18 13:29:41 -0500 |
| commit | 0c0abbc58011e977921eae9037668452bef80265 (patch) | |
| tree | c5b1defeea26f6d62d4085ed57ce9b5e85d9063a | |
| parent | 70f1e002cfaad708ac561bcc6700dc50888999f5 (diff) | |
[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 332e9953c55c..cd0b1dccfb61 100644 --- a/drivers/net/au1000_eth.c +++ b/drivers/net/au1000_eth.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | * | 32 | * |
| 33 | */ | 33 | */ |
| 34 | 34 | ||
| 35 | #include <linux/config.h> | ||
| 35 | #include <linux/module.h> | 36 | #include <linux/module.h> |
| 36 | #include <linux/kernel.h> | 37 | #include <linux/kernel.h> |
| 37 | #include <linux/sched.h> | 38 | #include <linux/sched.h> |
