linux/drivers/net/can/softing
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 net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTING 2011-02-14 11:44:01 -08:00
Makefile
softing.h Fix common misspellings 2011-03-31 11:26:23 -03:00
softing_cs.c pcmcia: Convert pcmcia_device_id declarations to const 2011-05-06 07:46:22 +02:00
softing_fw.c net: remove mm.h inclusion from netdevice.h 2011-06-21 19:17:20 -07:00
softing_main.c net: remove mm.h inclusion from netdevice.h 2011-06-21 19:17:20 -07:00
softing_platform.h