Commit 1bf68e5c authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by John W. Linville

wireless/p54: P54_SPI should depend on GENERIC_HARDIRQS

m68k allmodconfig:
| drivers/net/wireless/p54/p54spi.c: In function 'p54spi_probe':
| drivers/net/wireless/p54/p54spi.c:675: error: implicit declaration of function
| 'set_irq_type'
| make[4]: *** [drivers/net/wireless/p54/p54spi.o] Error 1
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 636a5d36
...@@ -64,7 +64,7 @@ config P54_PCI ...@@ -64,7 +64,7 @@ config P54_PCI
config P54_SPI config P54_SPI
tristate "Prism54 SPI (stlc45xx) support" tristate "Prism54 SPI (stlc45xx) support"
depends on P54_COMMON && SPI_MASTER depends on P54_COMMON && SPI_MASTER && GENERIC_HARDIRQS
---help--- ---help---
This driver is for stlc4550 or stlc4560 based wireless chips. This driver is for stlc4550 or stlc4560 based wireless chips.
This driver is experimental, untested and will probably only work on This driver is experimental, untested and will probably only work on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment