linux/drivers/net/vxge
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
..
Makefile
vxge-config.c drivers/net: Remove casts of void * 2011-06-21 15:48:29 -07:00
vxge-config.h net: remove mm.h inclusion from netdevice.h 2011-06-21 19:17:20 -07:00
vxge-ethtool.c ethtool: cosmetic: Use ethtool ethtool_cmd_speed API 2011-04-29 14:03:01 -07:00
vxge-ethtool.h
vxge-main.c vxge: fix 64 bit access on 32 bit platforms 2011-06-21 15:55:52 -07:00
vxge-main.h vxge: fix 64 bit access on 32 bit platforms 2011-06-21 15:55:52 -07:00
vxge-reg.h
vxge-traffic.c drivers/net: Remove casts of void * 2011-06-21 15:48:29 -07:00
vxge-traffic.h vxge: always enable hardware time stamp 2011-04-12 11:22:33 -07:00
vxge-version.h vxge: update driver version 2011-04-12 11:22:34 -07:00