Skip to content

Commit

Permalink
Input: pc110pad - remove unused variable dev
Browse files Browse the repository at this point in the history
dev is leftover from b0ee0d3
(Input: pc110pad - use no_pci_devices()).

Signed-off-by: Ilpo Järvinen <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
ij1 authored and dtor committed Apr 15, 2009
1 parent 3eaa750 commit 9a03fbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/input/mouse/pc110pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ static int pc110pad_open(struct input_dev *dev)
*/
static int __init pc110pad_init(void)
{
struct pci_dev *dev;
int err;

if (!no_pci_devices())
Expand Down

0 comments on commit 9a03fbe

Please sign in to comment.