Skip to content

Commit

Permalink
asm-generic: temporarily add back asm-generic/io-64-nonatomic*.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann committed Oct 16, 2015
1 parent d975440 commit 4008cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-generic/io-64-nonatomic-hi-lo.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* XXX: delete asm-generic/io-64-nonatomic-hi-lo.h after converting new users */
#include <linux/io-64-nonatomic-hi-lo.h>
2 changes: 2 additions & 0 deletions include/asm-generic/io-64-nonatomic-lo-hi.h
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 4008cb3

Please sign in to comment.