X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fchar%2Fkeyboard.c;h=7b3a212c86b1ab21d5e3d783716ded2787f3729d;hb=c0f005888c6663898a040cd922947dd8caa55160;hp=d9a0a53c842d2f35632a069591d148bfc843c2d9;hpb=af5329cdf51cdd208a323e521faa46800a16d2ec;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 */