Fix ixp4xx compile error
authorFrederik Deweerdt <[email protected]>
Thu, 10 May 2007 18:51:08 +0000 (11:51 -0700)
committerLinus Torvalds <[email protected]>
Thu, 10 May 2007 20:34:05 +0000 (13:34 -0700)
commit643bd27298bdcc4e75b3e6a7ca459675eb5378c3
treedcf7029b1d2e47fe66e26fea6119322cd7bf0a9b
parent62933d36ac98360da45f43df989277df002b034b
Fix ixp4xx compile error

drivers/input/misc/ixp4xx-beeper.c: In function 'ixp4xx_spkr_event':
drivers/input/misc/ixp4xx-beeper.c:54: error: 'input_dev' undeclared (first use in this function)
drivers/input/misc/ixp4xx-beeper.c:54: error: (Each undeclared identifier is reported only once
drivers/input/misc/ixp4xx-beeper.c:54: error: for each function it appears in.)

Signed-off-by: Frederik Deweerdt <[email protected]>
Acked-by: Dmitry Torokhov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/input/misc/ixp4xx-beeper.c