From: Arthur Othieno Don't bother testing for CONFIG_NET_CBUS ("NEC PC-9800 C-bus cards"); it went out with the rest of PC98 subarch. Signed-off-by: Arthur Othieno Cc: Jeff Garzik Signed-off-by: Andrew Morton --- drivers/net/8390.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/8390.h~net-remove-config_net_cbus-conditional-for-ns8390 drivers/net/8390.h --- devel/drivers/net/8390.h~net-remove-config_net_cbus-conditional-for-ns8390 2006-02-10 13:01:24.000000000 -0800 +++ devel-akpm/drivers/net/8390.h 2006-02-10 13:01:24.000000000 -0800 @@ -134,7 +134,7 @@ struct ei_device { #define inb_p(_p) inb(_p) #define outb_p(_v,_p) outb(_v,_p) -#elif defined(CONFIG_NET_CBUS) || defined(CONFIG_NE_H8300) || defined(CONFIG_NE_H8300_MODULE) +#elif defined(CONFIG_NE_H8300) || defined(CONFIG_NE_H8300_MODULE) #define EI_SHIFT(x) (ei_local->reg_offset[x]) #else #define EI_SHIFT(x) (x) _