Input: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Javier Martinez Canillas <javier@dowhile0.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:

committed by
Dmitry Torokhov

父節點
78f50c246f
當前提交
5298cc4cc7
@@ -143,7 +143,7 @@ static void pxa930_trkball_close(struct input_dev *dev)
|
||||
pxa930_trkball_disable(trkball);
|
||||
}
|
||||
|
||||
static int __devinit pxa930_trkball_probe(struct platform_device *pdev)
|
||||
static int pxa930_trkball_probe(struct platform_device *pdev)
|
||||
{
|
||||
struct pxa930_trkball *trkball;
|
||||
struct input_dev *input;
|
||||
|
Reference in New Issue
Block a user