Skip to content

Commit

Permalink
net: resort some Kbuild files to hopefully help avoid some conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
sfrothwell authored and davem330 committed Jan 14, 2014
1 parent b92ed16 commit 6806afc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/arc/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ generic-y += fcntl.h
generic-y += fb.h
generic-y += ftrace.h
generic-y += hardirq.h
generic-y += hash.h
generic-y += hw_irq.h
generic-y += ioctl.h
generic-y += ioctls.h
Expand Down Expand Up @@ -47,4 +48,3 @@ generic-y += user.h
generic-y += vga.h
generic-y += xor.h
generic-y += preempt.h
generic-y += hash.h
2 changes: 1 addition & 1 deletion arch/cris/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ header-y += arch-v32/

generic-y += clkdev.h
generic-y += exec.h
generic-y += hash.h
generic-y += kvm_para.h
generic-y += linkage.h
generic-y += module.h
generic-y += trace_clock.h
generic-y += vga.h
generic-y += xor.h
generic-y += preempt.h
generic-y += hash.h
2 changes: 1 addition & 1 deletion arch/hexagon/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ generic-y += fb.h
generic-y += fcntl.h
generic-y += ftrace.h
generic-y += hardirq.h
generic-y += hash.h
generic-y += hw_irq.h
generic-y += ioctl.h
generic-y += ioctls.h
Expand Down Expand Up @@ -54,4 +55,3 @@ generic-y += ucontext.h
generic-y += unaligned.h
generic-y += xor.h
generic-y += preempt.h
generic-y += hash.h
2 changes: 1 addition & 1 deletion arch/microblaze/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

generic-y += clkdev.h
generic-y += exec.h
generic-y += hash.h
generic-y += trace_clock.h
generic-y += syscalls.h
generic-y += preempt.h
generic-y += hash.h
2 changes: 1 addition & 1 deletion arch/mn10300/include/asm/Kbuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

generic-y += clkdev.h
generic-y += exec.h
generic-y += hash.h
generic-y += trace_clock.h
generic-y += preempt.h
generic-y += hash.h
2 changes: 1 addition & 1 deletion arch/score/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
header-y +=

generic-y += clkdev.h
generic-y += hash.h
generic-y += trace_clock.h
generic-y += xor.h
generic-y += preempt.h
generic-y += hash.h

0 comments on commit 6806afc

Please sign in to comment.