commit | 59c55bdde856c4000bbeb33ba212c3df6f1997a4 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <[email protected]> | Fri Apr 20 10:56:16 2012 +0000 |
committer | David S. Miller <[email protected]> | Sat Apr 21 15:28:48 2012 -0400 |
tree | 5e4437df10fb9e5f4ed5392b360432b325b73781 | |
parent | 3a22d5d5eb7bb0e521f3a0e76d20747cc7fb6798 [diff] |
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 <[email protected]> Signed-off-by: Mathieu Poirier <[email protected]> Signed-off-by: David S. Miller <[email protected]>