diff options
author | Frederic Weisbecker | 2014-03-05 17:24:12 +0100 |
---|---|---|
committer | Frederic Weisbecker | 2014-03-13 16:09:30 +0100 |
commit | 073d8224d299528778e90773becd1e890953443c (patch) | |
tree | 8f46f87e24ea708f22f989c6b5559c810dd3d8e4 /arch/cris | |
parent | sched: Remove needless round trip nsecs <-> tick conversion of steal time (diff) | |
download | kernel-qcow2-linux-073d8224d299528778e90773becd1e890953443c.tar.gz kernel-qcow2-linux-073d8224d299528778e90773becd1e890953443c.tar.xz kernel-qcow2-linux-073d8224d299528778e90773becd1e890953443c.zip |
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>
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/cris/include/asm/cputime.h | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index 056027f38351..afff5105909d 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild @@ -5,6 +5,7 @@ header-y += arch-v32/ generic-y += barrier.h generic-y += clkdev.h +generic-y += cputime.h generic-y += exec.h generic-y += hash.h generic-y += kvm_para.h diff --git a/arch/cris/include/asm/cputime.h b/arch/cris/include/asm/cputime.h deleted file mode 100644 index 4446a65656fa..000000000000 --- a/arch/cris/include/asm/cputime.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __CRIS_CPUTIME_H -#define __CRIS_CPUTIME_H - -#include <asm-generic/cputime.h> - -#endif /* __CRIS_CPUTIME_H */ |