diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-05-30 09:49:59 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-10 04:18:25 -0400 |
commit | 2bbc89a8e9c652ee71c6c3b2e0679b7ecedb1a09 (patch) | |
tree | 88f9b8f32b6f9619974dfb62f9bc75d13ee9e1b4 /arch/m68k/include/asm/percpu.h | |
parent | d8ce7263e1bc3b6b2b906fec0c5037bc27d21d6a (diff) |
m68k: Use Kbuild logic to import asm-generic headers
Replace all headers files that just include their asm-generic version by
Kbuild logic
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/percpu.h')
-rw-r--r-- | arch/m68k/include/asm/percpu.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/percpu.h b/arch/m68k/include/asm/percpu.h deleted file mode 100644 index 0859d048faf5..000000000000 --- a/arch/m68k/include/asm/percpu.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #ifndef __ASM_M68K_PERCPU_H | ||
2 | #define __ASM_M68K_PERCPU_H | ||
3 | |||
4 | #include <asm-generic/percpu.h> | ||
5 | |||
6 | #endif /* __ASM_M68K_PERCPU_H */ | ||