From c28c7a6accb680d88b8586a4b32be4e54d60715e Mon Sep 17 00:00:00 2001 From: Jean Sacren Date: Sat, 5 Apr 2014 00:29:00 -0600 Subject: [PATCH] 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-format-patch failed