OSDN Git Service

asm-generic: Add common asm-offsets.h
authorYoshinori Sato <ysato@users.sourceforge.jp>
Fri, 8 May 2015 08:54:32 +0000 (17:54 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Tue, 23 Jun 2015 04:35:49 +0000 (13:35 +0900)
All architecture use same asm-offsets.h
So it generic header.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Acked-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/asm-offsets.h [new file with mode: 0644]

diff --git a/include/asm-generic/asm-offsets.h b/include/asm-generic/asm-offsets.h
new file mode 100644 (file)
index 0000000..d370ee3
--- /dev/null
@@ -0,0 +1 @@
+#include <generated/asm-offsets.h>