Commit 8a91ed60f58451342a25f3ab4484c7257430aa8e
Committed by
Jeff Garzik
1 parent
a8b4cf42cf
Exists in
master
and in
7 other branches
[PATCH] net: remove CONFIG_NET_CBUS conditional for NS8390
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 <apgo@patchbomb.org> Cc: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/net/8390.h
... | ... | @@ -134,7 +134,7 @@ |
134 | 134 | #define inb_p(_p) inb(_p) |
135 | 135 | #define outb_p(_v,_p) outb(_v,_p) |
136 | 136 | |
137 | -#elif defined(CONFIG_NET_CBUS) || defined(CONFIG_NE_H8300) || defined(CONFIG_NE_H8300_MODULE) | |
137 | +#elif defined(CONFIG_NE_H8300) || defined(CONFIG_NE_H8300_MODULE) | |
138 | 138 | #define EI_SHIFT(x) (ei_local->reg_offset[x]) |
139 | 139 | #else |
140 | 140 | #define EI_SHIFT(x) (x) |