diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-08-03 08:12:38 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-20 13:51:02 (GMT) |
commit | ddd03a1f7591827906d63dbe3ee003f832bb584f (patch) | |
tree | 48fa4c26f0b4e990d9eaaf39c99f3dc4c921e22a /arch/cris/include/asm | |
parent | e76623d69408d0bd66a296c6ee5eae1b17a6adfc (diff) | |
download | linux-fsl-qoriq-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/include/asm')
-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 04d02a5..b68ad4b 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 9665dab..0000000 --- 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 */ |