diff options
author | David Howells <dhowells@redhat.com> | 2012-10-16 22:28:01 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-16 22:28:01 +0200 |
commit | e1141355e00a9992fba1c3b3712224c5e58f4118 (patch) | |
tree | 048e7b6af6c30d82e8fab20dd864b4718ddcf22b /arch/parisc/include/asm/Kbuild | |
parent | thermal, cpufreq: Fix build when CPU_FREQ_TABLE isn't configured (diff) | |
parent | [PARISC] asm: redo generic includes (diff) | |
download | linux-e1141355e00a9992fba1c3b3712224c5e58f4118.tar.xz linux-e1141355e00a9992fba1c3b3712224c5e58f4118.zip |
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git/
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 |