Input: HIL - various fixes for HIL drivers
authorHelge Deller <deller@gmx.de>
Thu, 1 Mar 2007 04:51:19 +0000 (23:51 -0500)
committerDmitry Torokhov <dtor@insightbb.com>
Thu, 1 Mar 2007 04:51:19 +0000 (23:51 -0500)
 - mark some structures const or __read_mostly
 - hilkbd.c: fix uninitialized spinlock in HIL keyboard driver
 - hil_mlc.c: use USEC_PER_SEC instead of 1000000
 - hp_sdc: bugfix for request_irq()/free_irq() parameters, this prevented
           multiple load/unload cycles as module

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found