Browse Source

asm-generic: Add common asm-offsets.h

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>
Yoshinori Sato 10 years ago
parent
commit
a2ed0c57a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/asm-generic/asm-offsets.h

+ 1 - 0
include/asm-generic/asm-offsets.h

@@ -0,0 +1 @@
+#include <generated/asm-offsets.h>