nfp: fix non-x86 build
authorThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 6 Feb 2016 21:51:16 +0000 (22:51 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 16 Mar 2016 17:52:18 +0000 (18:52 +0100)
commit54cfea406f97b2e5d13f5ff114018ff8b61141f9
tree32bac103b4a72b54e26fff338ec478f0ef6d6dbd
parentd0087d760f280566b4a4d82be2a50a35246420e3
nfp: fix non-x86 build

The file sys/io.h was included but it can be unavailable in some
non-x86 toolchains.
As others system includes in the file nfp_net.c, it seems useless,
so the easy fix is to remove them.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Alejandro Lucero <alejandro.lucero@netronome.com>
drivers/net/nfp/nfp_net.c