]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] wireless/airo: Build fix
authorMatteo Croce <3297627799@wind.it>
Fri, 14 Oct 2005 22:59:06 +0000 (15:59 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 15 Oct 2005 00:10:12 +0000 (17:10 -0700)
commit869dd382baef46b0a09897eeafb0b71a547765c6
tree32ebcd01bb2eda36d83628d3a490555475c7e06c
parent8ddd9810f49acbe56187cac420284b96b860b217
[PATCH] wireless/airo: Build fix

The aironet PCI driver has a build dependency on ISA that prevent the
driver to compile on systems that doesn't support ISA, like x86_64.  The
driver really doesn't depend on ISA, it does some ISA stuff in the
initialization code, since the driver supports both ISA and PCI cards.  So
the driver should depend on ISA_DMA_API to build on all systems, and this
will not hurt PCI at all.

Signed-off-by: Matteo Croce <3297627799@wind.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/wireless/Kconfig