提交 1bf68e5c 编写于 作者: G Geert Uytterhoeven 提交者: 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: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册