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

net: ethernet: fs_enet: Remove useless includes

CONFIG_8xx is being deprecated. Since the includes dependent on
CONFIG_8xx are useless, just drop them.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Christophe Leroy and committed by
David S. Miller
01ac2994 b79df0fc

-12
-6
drivers/net/ethernet/freescale/fs_enet/mac-fec.c
··· 38 38 #include <asm/irq.h> 39 39 #include <linux/uaccess.h> 40 40 41 - #ifdef CONFIG_8xx 42 - #include <asm/8xx_immap.h> 43 - #include <asm/pgtable.h> 44 - #include <asm/cpm1.h> 45 - #endif 46 - 47 41 #include "fs_enet.h" 48 42 #include "fec.h" 49 43
-6
drivers/net/ethernet/freescale/fs_enet/mac-scc.c
··· 37 37 #include <asm/irq.h> 38 38 #include <linux/uaccess.h> 39 39 40 - #ifdef CONFIG_8xx 41 - #include <asm/8xx_immap.h> 42 - #include <asm/pgtable.h> 43 - #include <asm/cpm1.h> 44 - #endif 45 - 46 40 #include "fs_enet.h" 47 41 48 42 /*************************************************/