]> git.baikalelectronics.ru Git - kernel.git/commit
cirrus: cs89x0: remove two obsolete Kconfig macros
authorPaul Bolle <pebolle@tiscali.nl>
Fri, 29 Mar 2013 00:51:30 +0000 (00:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Mar 2013 19:40:24 +0000 (15:40 -0400)
commitedd55542a62a9d4b77f2283c9af967fa092cb315
tree64fcc2c575ed04bc1f26243367c0871e52430dc0
parent5449a73c32ed4400440a90f31b5716b7bcba6aa5
cirrus: cs89x0: remove two obsolete Kconfig macros

The CONFIG_ARCH_IXDP2X01 and CONFIG_MACH_IXDP2351 Kconfig macros are
unused since the ixp23xx and ixp2000 platforms were removed in v3.5. So
remove the last code still depending on these macros. And since
CS89x0_NONISA_IRQ was only set if either of these two macros was defined
we can also remove that macro and the code depending on it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cirrus/cs89x0.c