From: Jeff Dike Date: Mon, 12 May 2008 21:01:52 +0000 (-0700) Subject: uml: remove unused header X-Git-Tag: upstream/snapshot3+hdmi~25061 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=309e96cdf2f2c1a071102e8bdf828a3493e6e50a;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git uml: remove unused header From: Adrian Bunk 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 Signed-off-by: Jeff Dike Cc: WANG Cong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-um/keyboard.h b/include/asm-um/keyboard.h deleted file mode 100644 index ee2e230..0000000 --- a/include/asm-um/keyboard.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __UM_KEYBOARD_H -#define __UM_KEYBOARD_H - -#include "asm/arch/keyboard.h" - -#endif