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/topology.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/topology.h')
-rw-r--r-- | arch/cris/include/asm/topology.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/cris/include/asm/topology.h b/arch/cris/include/asm/topology.h deleted file mode 100644 index 2ac613d32a89..000000000000 --- a/arch/cris/include/asm/topology.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_CRIS_TOPOLOGY_H -#define _ASM_CRIS_TOPOLOGY_H - -#include <asm-generic/topology.h> - -#endif /* _ASM_CRIS_TOPOLOGY_H */ |