aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-02-26 15:27:43 +0100
committerArnd Bergmann <arnd@arndb.de>2016-03-01 22:25:17 +0100
commita1cbaad75a8f891bca9cc65a1fb95ae1b28d2f6a (patch)
treedbb949c56b4db0eea5f3c94b0ce368334fc6db5a /drivers/net/ethernet/netronome
parentasm-generic: default BUG_ON(x) to if(x)BUG() (diff)
downloadlinux-dev-a1cbaad75a8f891bca9cc65a1fb95ae1b28d2f6a.tar.xz
linux-dev-a1cbaad75a8f891bca9cc65a1fb95ae1b28d2f6a.zip
asm-generic: remove old nonatomic-io wrapper files
The two header files got moved to include/linux, and most users were already converted, this changes the remaining drivers and removes the files. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Vinod Koul <vinod.koul@intel.com> Acked-by: Simon Horman <simon.horman@netronome.com> Acked-by: Yisen Zhuang <yisen.zhuang@huawei.com>
Diffstat (limited to 'drivers/net/ethernet/netronome')
-rw-r--r--drivers/net/ethernet/netronome/nfp/nfp_net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/netronome/nfp/nfp_net.h b/drivers/net/ethernet/netronome/nfp/nfp_net.h
index ab264e1bccd0..75683fb26734 100644
--- a/drivers/net/ethernet/netronome/nfp/nfp_net.h
+++ b/drivers/net/ethernet/netronome/nfp/nfp_net.h
@@ -45,7 +45,7 @@
#include <linux/interrupt.h>
#include <linux/netdevice.h>
#include <linux/pci.h>
-#include <asm-generic/io-64-nonatomic-hi-lo.h>
+#include <linux/io-64-nonatomic-hi-lo.h>
#include "nfp_net_ctrl.h"