diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-02-22 20:58:18 +0300 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-03-07 12:50:27 +0300 |
commit | bfa4f55cc8d17e3944a4b5d08e2cce7d5a55a2d6 (patch) | |
tree | 6e8591d8229b6dda531da8ad4112e0b1753c04d9 /include/asm-avr32/Kbuild | |
parent | 3338368e922a6686a3b3d6f4da07babd224788d4 (diff) | |
download | linux-bfa4f55cc8d17e3944a4b5d08e2cce7d5a55a2d6.tar.xz |
[AVR32] Fix typo in include/asm-avr32/Kbuild
It's header-y, not headers-y.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'include/asm-avr32/Kbuild')
-rw-r--r-- | include/asm-avr32/Kbuild | 2 |
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 |