summaryrefslogtreecommitdiff
path: root/include/linux/keyboard.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-03-13 00:50:36 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-13 00:50:36 -0800
commit72c51615b2e4d05532ee60001f707168487d5c56 (patch)
treec04d4cc1a7fdf45f38b2c1d401c0c74586441227 /include/linux/keyboard.h
parent8782a0bec6235e3f714408875bef83a2e97a0e99 (diff)
[PATCH] drivers/char/vt*: cleanups
This patch contains the following cleanups: - make needlessly gloval code static - vt_ioctl.c: removed the global variable keyboard_type since noone did actually set it to any other value Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/keyboard.h')
-rw-r--r--include/linux/keyboard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/keyboard.h b/include/linux/keyboard.h
index 4671ddedea24..08488042d74a 100644
--- a/include/linux/keyboard.h
+++ b/include/linux/keyboard.h
@@ -27,7 +27,6 @@ extern const int NR_TYPES;
extern const int max_vals[];
extern unsigned short *key_maps[MAX_NR_KEYMAPS];
extern unsigned short plain_map[NR_KEYS];
-extern unsigned char keyboard_type;
#endif
#define MAX_NR_FUNC 256 /* max nr of strings assigned to keys */