Skip to content

Commit

Permalink
arch: Remove stub cputime.h headers
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
fweisbec committed Mar 13, 2014
1 parent 300a9d8 commit 073d822
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 33 deletions.
1 change: 1 addition & 0 deletions arch/alpha/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@


generic-y += clkdev.h
generic-y += cputime.h
generic-y += exec.h
generic-y += hash.h
generic-y += mcs_spinlock.h
Expand Down
6 changes: 0 additions & 6 deletions arch/alpha/include/asm/cputime.h

This file was deleted.

1 change: 1 addition & 0 deletions arch/cris/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions arch/cris/include/asm/cputime.h

This file was deleted.

1 change: 1 addition & 0 deletions arch/frv/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

generic-y += clkdev.h
generic-y += cputime.h
generic-y += exec.h
generic-y += hash.h
generic-y += mcs_spinlock.h
Expand Down
6 changes: 0 additions & 6 deletions arch/frv/include/asm/cputime.h

This file was deleted.

1 change: 1 addition & 0 deletions arch/m32r/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

generic-y += clkdev.h
generic-y += cputime.h
generic-y += exec.h
generic-y += hash.h
generic-y += mcs_spinlock.h
Expand Down
6 changes: 0 additions & 6 deletions arch/m32r/include/asm/cputime.h

This file was deleted.

1 change: 1 addition & 0 deletions arch/microblaze/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

generic-y += barrier.h
generic-y += clkdev.h
generic-y += cputime.h
generic-y += exec.h
generic-y += hash.h
generic-y += mcs_spinlock.h
Expand Down
1 change: 0 additions & 1 deletion arch/microblaze/include/asm/cputime.h

This file was deleted.

1 change: 1 addition & 0 deletions arch/mn10300/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

generic-y += barrier.h
generic-y += clkdev.h
generic-y += cputime.h
generic-y += exec.h
generic-y += hash.h
generic-y += mcs_spinlock.h
Expand Down
1 change: 0 additions & 1 deletion arch/mn10300/include/asm/cputime.h

This file was deleted.

1 change: 1 addition & 0 deletions arch/score/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ header-y +=

generic-y += barrier.h
generic-y += clkdev.h
generic-y += cputime.h
generic-y += hash.h
generic-y += mcs_spinlock.h
generic-y += preempt.h
Expand Down
6 changes: 0 additions & 6 deletions arch/score/include/asm/cputime.h

This file was deleted.

1 change: 1 addition & 0 deletions arch/x86/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ genhdr-y += unistd_64.h
genhdr-y += unistd_x32.h

generic-y += clkdev.h
generic-y += cputime.h
generic-y += mcs_spinlock.h
1 change: 0 additions & 1 deletion arch/x86/include/asm/cputime.h

This file was deleted.

0 comments on commit 073d822

Please sign in to comment.