sh: hp6xx driver compile fixes.
Trivial compilation fixes for the hp6xx drivers. Signed-off-by: Kristoffer Ericson <Kristoffer_e1@hotmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:

committed by
Paul Mundt

parent
d29c91c70b
commit
5753171b82
@@ -21,7 +21,7 @@
|
||||
static void do_softint(void *data);
|
||||
|
||||
static struct input_dev *hp680_ts_dev;
|
||||
static DECLARE_WORK(work, do_softint, 0);
|
||||
static DECLARE_WORK(work, do_softint);
|
||||
|
||||
static void do_softint(void *data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user