• Jean Sacren's avatar
    sxgbe: fix duplicate #include headers · c28c7a6a
    Jean Sacren authored
    The commit 1edb9ca6 ("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: default avatarJean 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: default avatarByungho An <bh74.an@samsung.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    c28c7a6a
sxgbe_dma.c 10.5 KB