sxgbe: fix duplicate #include headers
authorJean Sacren <sakiwit@gmail.com>
Sat, 5 Apr 2014 06:29:00 +0000 (00:29 -0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Apr 2014 17:18:44 +0000 (13:18 -0400)
commitc28c7a6accb680d88b8586a4b32be4e54d60715e
treef7b0a324abde565bc6a9a913d19498b5228fd15f
parent5f9fde5f799df7156eeb3fa58282e9fd2f38a5f8
sxgbe: fix duplicate #include headers

The commit 1edb9ca69e8a ("net: sxgbe: add basic framework for
Samsung 10Gb ethernet driver") added support for Samsung 10Gb
ethernet driver(sxgbe) with a minor issue of including linux/io.h
header twice in sxgbe_dma.c file. Fix the duplicate #include by
deleting the top one so that all the rest good #include headers
would be preserved in the alphabetical order.

Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Cc: Byungho An <bh74.an@samsung.com>
Cc: Girish K S <ks.giri@samsung.com>
Cc: Siva Reddy Kallam <siva.kallam@samsung.com>
Cc: Vipul Pandya <vipul.pandya@samsung.com>
Acked-by: Byungho An <bh74.an@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/samsung/sxgbe/sxgbe_dma.c