diff options
author | Rabin Vincent <rabin@rab.in> | 2015-02-19 20:13:43 +0300 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-03-25 12:57:27 +0300 |
commit | 16428f943d192390b4673612b1d3fb81772323d9 (patch) | |
tree | 1c0e7c991e88e2f724f45794194a37737ee6d006 /arch/cris/include/asm/percpu.h | |
parent | f87a2f58e34857304b8a2c284d02360210186dd0 (diff) | |
download | linux-16428f943d192390b4673612b1d3fb81772323d9.tar.xz |
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/percpu.h')
-rw-r--r-- | arch/cris/include/asm/percpu.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/cris/include/asm/percpu.h b/arch/cris/include/asm/percpu.h deleted file mode 100644 index 6db9b43cf80a..000000000000 --- a/arch/cris/include/asm/percpu.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _CRIS_PERCPU_H -#define _CRIS_PERCPU_H - -#include <asm-generic/percpu.h> - -#endif /* _CRIS_PERCPU_H */ |