diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-02-13 01:43:25 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-02-13 01:43:25 -0500 |
commit | d9bc125caf592b7d081021f32ce5b717efdf70c8 (patch) | |
tree | 263b7066ba22ddce21db610c0300f6eaac6f2064 /drivers/char/scan_keyb.h | |
parent | 43d78ef2ba5bec26d0315859e8324bfc0be23766 (diff) | |
parent | ec2f9d1331f658433411c58077871e1eef4ee1b4 (diff) |
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Conflicts:
net/sunrpc/auth_gss/gss_krb5_crypto.c
net/sunrpc/auth_gss/gss_spkm3_token.c
net/sunrpc/clnt.c
Merge with mainline and fix conflicts.
Diffstat (limited to 'drivers/char/scan_keyb.h')
-rw-r--r-- | drivers/char/scan_keyb.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/char/scan_keyb.h b/drivers/char/scan_keyb.h deleted file mode 100644 index b4b611290a00..000000000000 --- a/drivers/char/scan_keyb.h +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | #ifndef __DRIVER_CHAR_SCAN_KEYB_H | ||
2 | #define __DRIVER_CHAR_SCAN_KEYB_H | ||
3 | /* | ||
4 | * $Id: scan_keyb.h,v 1.1 2000/06/10 21:45:30 yaegashi Exp $ | ||
5 | * Copyright (C) 2000 YAEGASHI Takeshi | ||
6 | * Generic scan keyboard driver | ||
7 | */ | ||
8 | |||
9 | int register_scan_keyboard(int (*scan)(unsigned char *buffer), | ||
10 | const unsigned char *table, | ||
11 | int length); | ||
12 | |||
13 | void __init scan_kbd_init(void); | ||
14 | |||
15 | #endif | ||