From: Jean Sacren Date: Sat, 5 Apr 2014 06:29:00 +0000 (-0600) Subject: sxgbe: fix duplicate #include headers X-Git-Tag: v3.15-rc1~47^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c28c7a6accb680d88b8586a4b32be4e54d60715e;p=pandora-kernel.git 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 Cc: Byungho An Cc: Girish K S Cc: Siva Reddy Kallam Cc: Vipul Pandya Acked-by: Byungho An Signed-off-by: David S. Miller --- Reading git-diff-tree failed