aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_osdep.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-08-28 09:27:14 +0200
committerArnd Bergmann <arnd@arndb.de>2015-10-15 00:21:07 +0200
commit2f8e2c877784a0b23f02b41550170a24e14f5c95 (patch)
tree70578f580b363151376a064ff9515fb8b100f974 /drivers/net/ethernet/intel/i40e/i40e_osdep.h
parentLinux 4.3-rc4 (diff)
downloadlinux-dev-2f8e2c877784a0b23f02b41550170a24e14f5c95.tar.xz
linux-dev-2f8e2c877784a0b23f02b41550170a24e14f5c95.zip
move io-64-nonatomic*.h out of asm-generic
These are not implementations of default architecture code but helpers for drivers. Move them to the place they belong to. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/net/ethernet/intel/i40e/i40e_osdep.h')
-rw-r--r--drivers/net/ethernet/intel/i40e/i40e_osdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_osdep.h b/drivers/net/ethernet/intel/i40e/i40e_osdep.h
index ad802dd0f67a..5b6feb7edeb1 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_osdep.h
+++ b/drivers/net/ethernet/intel/i40e/i40e_osdep.h
@@ -35,7 +35,7 @@
#include <linux/highuid.h>
/* get readq/writeq support for 32 bit kernels, use the low-first version */
-#include <asm-generic/io-64-nonatomic-lo-hi.h>
+#include <linux/io-64-nonatomic-lo-hi.h>
/* File to be the magic between shared code and
* actual OS primitives