diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-02-26 17:27:43 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-03-02 00:25:17 +0300 |
commit | a1cbaad75a8f891bca9cc65a1fb95ae1b28d2f6a (patch) | |
tree | dbb949c56b4db0eea5f3c94b0ce368334fc6db5a /drivers/dma/idma64.h | |
parent | 3c047057d1206ec0f3b88c7809cacba478067a0c (diff) | |
download | linux-a1cbaad75a8f891bca9cc65a1fb95ae1b28d2f6a.tar.xz |
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/dma/idma64.h')
-rw-r--r-- | drivers/dma/idma64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/idma64.h b/drivers/dma/idma64.h index 8423f13ed0da..a52ad6bcf86a 100644 --- a/drivers/dma/idma64.h +++ b/drivers/dma/idma64.h @@ -16,7 +16,7 @@ #include <linux/spinlock.h> #include <linux/types.h> -#include <asm-generic/io-64-nonatomic-lo-hi.h> +#include <linux/io-64-nonatomic-lo-hi.h> #include "virt-dma.h" |