diff options
author | Rabin Vincent <rabin@rab.in> | 2015-02-19 18:13:43 +0100 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-03-25 10:57:27 +0100 |
commit | 16428f943d192390b4673612b1d3fb81772323d9 (patch) | |
tree | 1c0e7c991e88e2f724f45794194a37737ee6d006 /arch/cris/include/asm/local64.h | |
parent | CRIS: use generic cmpxchg.h (diff) | |
download | linux-16428f943d192390b4673612b1d3fb81772323d9.tar.xz linux-16428f943d192390b4673612b1d3fb81772323d9.zip |
CRIS: use generic headers via Kbuild
Delete headers which do nothing but include the asm-generic versions and
use Kbuild magic instead.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/cris/include/asm/local64.h')
-rw-r--r-- | arch/cris/include/asm/local64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/cris/include/asm/local64.h b/arch/cris/include/asm/local64.h deleted file mode 100644 index 36c93b5cc239..000000000000 --- a/arch/cris/include/asm/local64.h +++ /dev/null @@ -1 +0,0 @@ -#include <asm-generic/local64.h> |