summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaavard Skinnemoen2007-02-22 18:58:18 +0100
committerHaavard Skinnemoen2007-03-07 10:50:27 +0100
commitbfa4f55cc8d17e3944a4b5d08e2cce7d5a55a2d6 (patch)
tree6e8591d8229b6dda531da8ad4112e0b1753c04d9
parent[AVR32] show_trace: Only walk valid stack addresses (diff)
downloadkernel-qcow2-linux-bfa4f55cc8d17e3944a4b5d08e2cce7d5a55a2d6.tar.gz
kernel-qcow2-linux-bfa4f55cc8d17e3944a4b5d08e2cce7d5a55a2d6.tar.xz
kernel-qcow2-linux-bfa4f55cc8d17e3944a4b5d08e2cce7d5a55a2d6.zip
[AVR32] Fix typo in include/asm-avr32/Kbuild
It's header-y, not headers-y. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
-rw-r--r--include/asm-avr32/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-avr32/Kbuild b/include/asm-avr32/Kbuild
index 8770e73ce938..3136628ba8d2 100644
--- a/include/asm-avr32/Kbuild
+++ b/include/asm-avr32/Kbuild
@@ -1,3 +1,3 @@
include include/asm-generic/Kbuild.asm
-headers-y += cachectl.h
+header-y += cachectl.h