linux-pinenote/drivers/net/wireless/ath/ath5k
Alexey Dobriyan b7f080cfe2 net: remove mm.h inclusion from netdevice.h
Remove linux/mm.h inclusion from netdevice.h -- it's unused (I've checked manually).

To prevent mm.h inclusion via other channels also extract "enum dma_data_direction"
definition into separate header. This tiny piece is what gluing netdevice.h with mm.h
via "netdevice.h => dmaengine.h => dma-mapping.h => scatterlist.h => mm.h".
Removal of mm.h from scatterlist.h was tried and was found not feasible
on most archs, so the link was cutoff earlier.

Hope people are OK with tiny include file.

Note, that mm_types.h is still dragged in, but it is a separate story.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-06-21 19:17:20 -07:00
..
ahb.c ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312 2011-04-14 15:35:10 -04:00
ani.c
ani.h Fix common misspellings 2011-03-31 11:26:23 -03:00
ath5k.h ath5k: add a new bus op for reading the mac address 2011-04-14 15:35:09 -04:00
attach.c ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312 2011-04-14 15:35:10 -04:00
base.c net: remove mm.h inclusion from netdevice.h 2011-06-21 19:17:20 -07:00
base.h ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312 2011-04-14 15:35:10 -04:00
caps.c ath5k: disable 5 GHz support if a 2.4 GHz radio is detected 2011-04-14 15:35:08 -04:00
debug.c ath5k: clean up debugfs code 2011-04-12 16:59:24 -04:00
debug.h ath5k: clean up debugfs code 2011-04-12 16:59:24 -04:00
desc.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2011-04-25 14:34:25 -04:00
desc.h
dma.c
eeprom.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2011-04-25 14:34:25 -04:00
eeprom.h
gpio.c
initvals.c
Kconfig
led.c
mac80211-ops.c ath5k: fix slot time handling 2011-04-12 16:59:09 -04:00
Makefile
pci.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2011-04-25 14:34:25 -04:00
pcu.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2011-04-25 14:34:25 -04:00
phy.c Fix common misspellings 2011-03-31 11:26:23 -03:00
qcu.c ath5k: fix SIFS time handling 2011-04-12 16:59:06 -04:00
reg.h Fix common misspellings 2011-03-31 11:26:23 -03:00
reset.c ath5k: Disable fast channel switching by default 2011-06-03 14:19:49 -04:00
rfbuffer.h
rfgain.h
rfkill.c
sysfs.c
trace.h