arch: Remove stub cputime.h headers
authorFrederic Weisbecker <[email protected]>
Wed, 5 Mar 2014 16:24:12 +0000 (17:24 +0100)
committerFrederic Weisbecker <[email protected]>
Thu, 13 Mar 2014 15:09:30 +0000 (16:09 +0100)
commit073d8224d299528778e90773becd1e890953443c
tree8f46f87e24ea708f22f989c6b5559c810dd3d8e4
parent300a9d887ea221f344962506f724e02101bacc08
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 <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Marcelo Tosatti <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Acked-by: Rik van Riel <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
16 files changed:
arch/alpha/include/asm/Kbuild
arch/alpha/include/asm/cputime.h [deleted file]
arch/cris/include/asm/Kbuild
arch/cris/include/asm/cputime.h [deleted file]
arch/frv/include/asm/Kbuild
arch/frv/include/asm/cputime.h [deleted file]
arch/m32r/include/asm/Kbuild
arch/m32r/include/asm/cputime.h [deleted file]
arch/microblaze/include/asm/Kbuild
arch/microblaze/include/asm/cputime.h [deleted file]
arch/mn10300/include/asm/Kbuild
arch/mn10300/include/asm/cputime.h [deleted file]
arch/score/include/asm/Kbuild
arch/score/include/asm/cputime.h [deleted file]
arch/x86/include/asm/Kbuild
arch/x86/include/asm/cputime.h [deleted file]