]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/net: decouple ISA and ISA_DMA_API
authorArnd Bergmann <arnd@arndb.de>
Fri, 20 Apr 2012 10:56:16 +0000 (10:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Apr 2012 19:28:48 +0000 (15:28 -0400)
commitdff3db959f8de7b6270d6ce2c00375901c67d1b2
tree5e4437df10fb9e5f4ed5392b360432b325b73781
parentbe45f89ed44914211c02238dfa47198175e41300
drivers/net: decouple ISA and ISA_DMA_API

The two options are separate, and some platforms (e.g. arm pxa)
have ISA slots but no ISA dma controller, so they cannot build
drivers using the DMA API functions.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tokenring/Kconfig
drivers/net/tokenring/tms380tr.c