summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/io-64-nonatomic-lo-hi.h
diff options
context:
space:
mode:
authorArnd Bergmann2015-10-15 14:24:45 +0200
committerArnd Bergmann2015-10-16 12:08:53 +0200
commit4008cb3ad223e39273b9cdfa578d04861b197c86 (patch)
tree20efa322596a4dbcb81929725a86a98444550881 /include/asm-generic/io-64-nonatomic-lo-hi.h
parentasm-generic: cmpxchg: avoid warnings from macro-ized cmpxchg() implementations (diff)
downloadkernel-qcow2-linux-4008cb3ad223e39273b9cdfa578d04861b197c86.tar.gz
kernel-qcow2-linux-4008cb3ad223e39273b9cdfa578d04861b197c86.tar.xz
kernel-qcow2-linux-4008cb3ad223e39273b9cdfa578d04861b197c86.zip
asm-generic: temporarily add back asm-generic/io-64-nonatomic*.h
New users of these files still start showing up in linux-next, so it's better to have a migration strategy. All existing users as of 4.3-rc4 are converted to use linux/io-64-nonatomic-*.h, and after 4.4-rc1 we can change all the new ones that have come in since, and then remove this file again. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reported-by: LKP project <lkp@linux.intel.com>
Diffstat (limited to 'include/asm-generic/io-64-nonatomic-lo-hi.h')
-rw-r--r--include/asm-generic/io-64-nonatomic-lo-hi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-generic/io-64-nonatomic-lo-hi.h b/include/asm-generic/io-64-nonatomic-lo-hi.h
new file mode 100644
index 000000000000..55a627c37721
--- /dev/null
+++ b/include/asm-generic/io-64-nonatomic-lo-hi.h
@@ -0,0 +1,2 @@
+/* XXX: delete asm-generic/io-64-nonatomic-lo-hi.h after converting new users */
+#include <linux/io-64-nonatomic-lo-hi.h>