diff options
Diffstat (limited to 'drivers/input/mouse/pxa930_trkball.c')
-rw-r--r-- | drivers/input/mouse/pxa930_trkball.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/pxa930_trkball.c b/drivers/input/mouse/pxa930_trkball.c index 953a0481efc1..ed808fce0ac0 100644 --- a/drivers/input/mouse/pxa930_trkball.c +++ b/drivers/input/mouse/pxa930_trkball.c | |||
@@ -143,7 +143,7 @@ static void pxa930_trkball_close(struct input_dev *dev) | |||
143 | pxa930_trkball_disable(trkball); | 143 | pxa930_trkball_disable(trkball); |
144 | } | 144 | } |
145 | 145 | ||
146 | static int __devinit pxa930_trkball_probe(struct platform_device *pdev) | 146 | static int pxa930_trkball_probe(struct platform_device *pdev) |
147 | { | 147 | { |
148 | struct pxa930_trkball *trkball; | 148 | struct pxa930_trkball *trkball; |
149 | struct input_dev *input; | 149 | struct input_dev *input; |