Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Ralf Baechle and committed by
Jeff Garzik
0c0abbc5 70f1e002

+1
+1
drivers/net/au1000_eth.c
··· 32 32 * 33 33 */ 34 34 35 + #include <linux/config.h> 35 36 #include <linux/module.h> 36 37 #include <linux/kernel.h> 37 38 #include <linux/sched.h>