
jdike at addtoit
Apr 25, 2008, 10:56 AM
Views: 16
Permalink
|
|
[PATCH 13/19] UML - Remove unused header
|
|
From: Adrian Bunk <bunk[at]kernel.org> This patch removes the unused and broken (the normal asm/keyboard.h files no longer exists) include/asm-um/keyboard.h Signed-off-by: Adrian Bunk <bunk[at]kernel.org> Signed-off-by: Jeff Dike <jdike[at]linux.intel.com> --- include/asm-um/keyboard.h | 6 ------ 1 file changed, 6 deletions(-) Index: linux-2.6.22/include/asm-um/keyboard.h =================================================================== --- linux-2.6.22.orig/include/asm-um/keyboard.h 2007-07-08 19:32:17.000000000 -0400 +++ /dev/null 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -#ifndef __UM_KEYBOARD_H -#define __UM_KEYBOARD_H - -#include "asm/arch/keyboard.h" - -#endif -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo[at]vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|