diff options
author | Christoph Hellwig <hch@lst.de> | 2015-08-28 09:27:14 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-10-15 00:21:07 +0200 |
commit | 2f8e2c877784a0b23f02b41550170a24e14f5c95 (patch) | |
tree | 70578f580b363151376a064ff9515fb8b100f974 /drivers/block | |
parent | 049e6dde7e57f0054fdc49102e7ef4830c698b46 (diff) |
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/block')
-rw-r--r-- | drivers/block/nvme-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/nvme-core.c b/drivers/block/nvme-core.c index 6f04771f1019..c962527305f7 100644 --- a/drivers/block/nvme-core.c +++ b/drivers/block/nvme-core.c @@ -41,7 +41,7 @@ #include <linux/t10-pi.h> #include <linux/types.h> #include <scsi/sg.h> -#include <asm-generic/io-64-nonatomic-lo-hi.h> +#include <linux/io-64-nonatomic-lo-hi.h> #define NVME_MINORS (1U << MINORBITS) #define NVME_Q_DEPTH 1024 |