diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2014-01-14 16:37:45 +1100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-13 21:48:16 -0800 |
commit | 6806afc9aa1000db598e31164d2ef505be3b3075 (patch) | |
tree | d6078428ef0df2bcd471d38e35925b26b8324f67 /arch/hexagon | |
parent | b92ed1688e316d1b4410559272e68b246bdc7d0a (diff) |
net: resort some Kbuild files to hopefully help avoid some conflicts
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/hexagon')
-rw-r--r-- | arch/hexagon/include/asm/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/hexagon/include/asm/Kbuild b/arch/hexagon/include/asm/Kbuild index 469d223950f..ae45d75a318 100644 --- a/arch/hexagon/include/asm/Kbuild +++ b/arch/hexagon/include/asm/Kbuild @@ -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 @@ -54,4 +55,3 @@ generic-y += ucontext.h generic-y += unaligned.h generic-y += xor.h generic-y += preempt.h -generic-y += hash.h |