diff options
author | James Bottomley <JBottomley@Parallels.com> | 2012-09-28 11:54:48 +0100 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-10-14 11:35:45 +0100 |
commit | 7d55a5dd61f794df89a733b1b8223cdbffe8897c (patch) | |
tree | 3e764aa73d7d8896e17cb837a001568253b225eb /arch/parisc/include/asm/Kbuild | |
parent | 3d6ee36dfb2d40c72071f68173f67c728a0e19f3 (diff) | |
download | blackbird-op-linux-7d55a5dd61f794df89a733b1b8223cdbffe8897c.tar.gz blackbird-op-linux-7d55a5dd61f794df89a733b1b8223cdbffe8897c.zip |
[PARISC] asm: redo generic includes
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'arch/parisc/include/asm/Kbuild')
-rw-r--r-- | arch/parisc/include/asm/Kbuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/parisc/include/asm/Kbuild b/arch/parisc/include/asm/Kbuild index 458371a1565a..7728106426ac 100644 --- a/arch/parisc/include/asm/Kbuild +++ b/arch/parisc/include/asm/Kbuild @@ -1,6 +1,7 @@ include include/asm-generic/Kbuild.asm header-y += pdc.h -generic-y += clkdev.h -generic-y += word-at-a-time.h -generic-y += exec.h +generic-y += word-at-a-time.h auxvec.h user.h cputime.h emergency-restart.h \ + segment.h topology.h vga.h device.h percpu.h hw_irq.h mutex.h \ + div64.h irq_regs.h kdebug.h kvm_para.h local64.h local.h param.h \ + poll.h xor.h clkdev.h exec.h |