X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fchar%2Fkeyboard.c;h=7b3a212c86b1ab21d5e3d783716ded2787f3729d;hb=589f800bb12c5cd6c9167bbf9bf3cb70cd8e422c;hp=d9a0a53c842d2f35632a069591d148bfc843c2d9;hpb=896395c290f902576270d84291c1f7f8bfbe339d;p=linux-2.6-omap-h63xx.git diff --git a/drivers/char/keyboard.c b/drivers/char/keyboard.c index d9a0a53c842..7b3a212c86b 100644 --- a/drivers/char/keyboard.c +++ b/drivers/char/keyboard.c @@ -46,6 +46,8 @@ extern void ctrl_alt_del(void); +#define to_handle_h(n) container_of(n, struct input_handle, h_node) + /* * Exported functions/variables */