linux/crypto/async_tx
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
..
Kconfig move async raid6 test to lib/Kconfig.debug 2010-10-07 15:25:04 -07:00
Makefile async_tx: raid6 recovery self test 2009-08-29 19:09:28 -07:00
async_memcpy.c mm: strictly nested kmap_atomic() 2010-10-26 16:52:08 -07:00
async_memset.c dmaengine, async_tx: support alignment checks 2009-09-08 17:42:53 -07:00
async_pq.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
async_raid6_recov.c raid6: fix recovery performance regression 2010-05-05 07:52:56 -07:00
async_tx.c async_tx: trim dma_async_tx_descriptor in 'no channel switch' case 2010-05-17 16:24:16 -07:00
async_xor.c Fix common misspellings 2011-03-31 11:26:23 -03:00
raid6test.c net: remove mm.h inclusion from netdevice.h 2011-06-21 19:17:20 -07:00