]> git.baikalelectronics.ru Git - kernel.git/commit
isdn: hisax: netjet requires VIRT_TO_BUS
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2013 11:56:41 +0000 (11:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Mar 2013 16:01:10 +0000 (12:01 -0400)
commit4f1255c0b903e7a38dd17d7e80486a4b3fbd7352
treebc7f2af16b2f8cc4ee51ad6024eee4fd30e00c85
parent004661b95b3cc4a153cc69537afdac065cb1e48f
isdn: hisax: netjet requires VIRT_TO_BUS

Disabling CONFIG_VIRT_TO_BUS on ARM showed that the hisax netjet
driver depends on this deprecated functionality but is not
marked so in Kconfig.

Rather than adding ARM to the already long list of architectures
that this driver is broken on, this patch adds 'depends on
VIRT_TO_BUS' and removes the dependency on !SPARC, which is
also implied by that.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Karsten Keil <isdn@linux-pingi.de>
Cc: netdev@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hisax/Kconfig