diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-08-03 12:12:38 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-20 17:51:02 +0400 |
commit | ddd03a1f7591827906d63dbe3ee003f832bb584f (patch) | |
tree | 48fa4c26f0b4e990d9eaaf39c99f3dc4c921e22a /arch/cris | |
parent | e76623d69408d0bd66a296c6ee5eae1b17a6adfc (diff) | |
download | linux-ddd03a1f7591827906d63dbe3ee003f832bb584f.tar.xz |
get rid of generic instances of asm/exec.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/include/asm/Kbuild | 2 | ||||
-rw-r--r-- | arch/cris/include/asm/exec.h | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index 04d02a51c5e9..b68ad4bfa088 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild @@ -7,3 +7,5 @@ header-y += ethernet.h header-y += etraxgpio.h header-y += rs485.h header-y += sync_serial.h + +generic-y += exec.h diff --git a/arch/cris/include/asm/exec.h b/arch/cris/include/asm/exec.h deleted file mode 100644 index 9665dab7e25b..000000000000 --- a/arch/cris/include/asm/exec.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __ASM_CRIS_EXEC_H -#define __ASM_CRIS_EXEC_H - -#define arch_align_stack(x) (x) - -#endif /* __ASM_CRIS_EXEC_H */ |