Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01ac2994 authored by Christophe Leroy's avatar Christophe Leroy Committed by David S. Miller
Browse files

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: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b79df0fc
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -38,12 +38,6 @@
#include <asm/irq.h>
#include <linux/uaccess.h>

#ifdef CONFIG_8xx
#include <asm/8xx_immap.h>
#include <asm/pgtable.h>
#include <asm/cpm1.h>
#endif

#include "fs_enet.h"
#include "fec.h"

+0 −6
Original line number Diff line number Diff line
@@ -37,12 +37,6 @@
#include <asm/irq.h>
#include <linux/uaccess.h>

#ifdef CONFIG_8xx
#include <asm/8xx_immap.h>
#include <asm/pgtable.h>
#include <asm/cpm1.h>
#endif

#include "fs_enet.h"

/*************************************************/