diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-02-26 15:27:43 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-03-01 22:25:17 +0100 |
commit | a1cbaad75a8f891bca9cc65a1fb95ae1b28d2f6a (patch) | |
tree | dbb949c56b4db0eea5f3c94b0ce368334fc6db5a /include | |
parent | 3c047057d1206ec0f3b88c7809cacba478067a0c (diff) | |
download | linux-stable-a1cbaad75a8f891bca9cc65a1fb95ae1b28d2f6a.tar.gz linux-stable-a1cbaad75a8f891bca9cc65a1fb95ae1b28d2f6a.tar.bz2 linux-stable-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 'include')
-rw-r--r-- | include/asm-generic/io-64-nonatomic-hi-lo.h | 2 | ||||
-rw-r--r-- | include/asm-generic/io-64-nonatomic-lo-hi.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-generic/io-64-nonatomic-hi-lo.h b/include/asm-generic/io-64-nonatomic-hi-lo.h deleted file mode 100644 index 32b73abce1b0..000000000000 --- a/include/asm-generic/io-64-nonatomic-hi-lo.h +++ /dev/null @@ -1,2 +0,0 @@ -/* XXX: delete asm-generic/io-64-nonatomic-hi-lo.h after converting new users */ -#include <linux/io-64-nonatomic-hi-lo.h> diff --git a/include/asm-generic/io-64-nonatomic-lo-hi.h b/include/asm-generic/io-64-nonatomic-lo-hi.h deleted file mode 100644 index 55a627c37721..000000000000 --- a/include/asm-generic/io-64-nonatomic-lo-hi.h +++ /dev/null @@ -1,2 +0,0 @@ -/* XXX: delete asm-generic/io-64-nonatomic-lo-hi.h after converting new users */ -#include <linux/io-64-nonatomic-lo-hi.h> |