Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch: Remove stub cputime.h headers

Many architectures have a stub cputime.h that only include the default
cputime.h

Lets remove the useless headers, we only need to mention that we want
the default headers on the Kbuild files.

Cc: Archs <linux-arch@vger.kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>

+8 -33
+1
arch/alpha/include/asm/Kbuild
··· 1 1 2 2 3 3 generic-y += clkdev.h 4 + generic-y += cputime.h 4 5 generic-y += exec.h 5 6 generic-y += hash.h 6 7 generic-y += mcs_spinlock.h
-6
arch/alpha/include/asm/cputime.h
··· 1 - #ifndef __ALPHA_CPUTIME_H 2 - #define __ALPHA_CPUTIME_H 3 - 4 - #include <asm-generic/cputime.h> 5 - 6 - #endif /* __ALPHA_CPUTIME_H */
+1
arch/cris/include/asm/Kbuild
··· 5 5 6 6 generic-y += barrier.h 7 7 generic-y += clkdev.h 8 + generic-y += cputime.h 8 9 generic-y += exec.h 9 10 generic-y += hash.h 10 11 generic-y += kvm_para.h
-6
arch/cris/include/asm/cputime.h
··· 1 - #ifndef __CRIS_CPUTIME_H 2 - #define __CRIS_CPUTIME_H 3 - 4 - #include <asm-generic/cputime.h> 5 - 6 - #endif /* __CRIS_CPUTIME_H */
+1
arch/frv/include/asm/Kbuild
··· 1 1 2 2 generic-y += clkdev.h 3 + generic-y += cputime.h 3 4 generic-y += exec.h 4 5 generic-y += hash.h 5 6 generic-y += mcs_spinlock.h
-6
arch/frv/include/asm/cputime.h
··· 1 - #ifndef _ASM_CPUTIME_H 2 - #define _ASM_CPUTIME_H 3 - 4 - #include <asm-generic/cputime.h> 5 - 6 - #endif /* _ASM_CPUTIME_H */
+1
arch/m32r/include/asm/Kbuild
··· 1 1 2 2 generic-y += clkdev.h 3 + generic-y += cputime.h 3 4 generic-y += exec.h 4 5 generic-y += hash.h 5 6 generic-y += mcs_spinlock.h
-6
arch/m32r/include/asm/cputime.h
··· 1 - #ifndef __M32R_CPUTIME_H 2 - #define __M32R_CPUTIME_H 3 - 4 - #include <asm-generic/cputime.h> 5 - 6 - #endif /* __M32R_CPUTIME_H */
+1
arch/microblaze/include/asm/Kbuild
··· 1 1 2 2 generic-y += barrier.h 3 3 generic-y += clkdev.h 4 + generic-y += cputime.h 4 5 generic-y += exec.h 5 6 generic-y += hash.h 6 7 generic-y += mcs_spinlock.h
-1
arch/microblaze/include/asm/cputime.h
··· 1 - #include <asm-generic/cputime.h>
+1
arch/mn10300/include/asm/Kbuild
··· 1 1 2 2 generic-y += barrier.h 3 3 generic-y += clkdev.h 4 + generic-y += cputime.h 4 5 generic-y += exec.h 5 6 generic-y += hash.h 6 7 generic-y += mcs_spinlock.h
-1
arch/mn10300/include/asm/cputime.h
··· 1 - #include <asm-generic/cputime.h>
+1
arch/score/include/asm/Kbuild
··· 4 4 5 5 generic-y += barrier.h 6 6 generic-y += clkdev.h 7 + generic-y += cputime.h 7 8 generic-y += hash.h 8 9 generic-y += mcs_spinlock.h 9 10 generic-y += preempt.h
-6
arch/score/include/asm/cputime.h
··· 1 - #ifndef _ASM_SCORE_CPUTIME_H 2 - #define _ASM_SCORE_CPUTIME_H 3 - 4 - #include <asm-generic/cputime.h> 5 - 6 - #endif /* _ASM_SCORE_CPUTIME_H */
+1
arch/x86/include/asm/Kbuild
··· 5 5 genhdr-y += unistd_x32.h 6 6 7 7 generic-y += clkdev.h 8 + generic-y += cputime.h 8 9 generic-y += mcs_spinlock.h
-1
arch/x86/include/asm/cputime.h
··· 1 - #include <asm-generic/cputime.h>