From: Haavard Skinnemoen Date: Thu, 22 Feb 2007 17:58:18 +0000 (+0100) Subject: [AVR32] Fix typo in include/asm-avr32/Kbuild X-Git-Tag: v2.6.21-rc4~102^2~3 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=bfa4f55cc8d17e3944a4b5d08e2cce7d5a55a2d6;p=~shefty%2Frdma-dev.git [AVR32] Fix typo in include/asm-avr32/Kbuild It's header-y, not headers-y. Signed-off-by: Haavard Skinnemoen --- diff --git a/include/asm-avr32/Kbuild b/include/asm-avr32/Kbuild index 8770e73ce93..3136628ba8d 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