diff options
Diffstat (limited to 'drivers/input/serio')
-rw-r--r-- | drivers/input/serio/altera_ps2.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/ambakmi.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/arc_ps2.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/ct82c710.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/gscps2.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/i8042-sparcio.h | 2 | ||||
-rw-r--r-- | drivers/input/serio/i8042.c | 4 | ||||
-rw-r--r-- | drivers/input/serio/maceps2.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/pcips2.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/q40kbd.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/rpckbd.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/sa1111ps2.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/xilinx_ps2.c | 2 |
13 files changed, 14 insertions, 14 deletions
diff --git a/drivers/input/serio/altera_ps2.c b/drivers/input/serio/altera_ps2.c index ea46ddcf2ed5..479ce5fe8955 100644 --- a/drivers/input/serio/altera_ps2.c +++ b/drivers/input/serio/altera_ps2.c | |||
@@ -159,7 +159,7 @@ static int altera_ps2_probe(struct platform_device *pdev) | |||
159 | /* | 159 | /* |
160 | * Remove one device from this driver. | 160 | * Remove one device from this driver. |
161 | */ | 161 | */ |
162 | static int __devexit altera_ps2_remove(struct platform_device *pdev) | 162 | static int altera_ps2_remove(struct platform_device *pdev) |
163 | { | 163 | { |
164 | struct ps2if *ps2if = platform_get_drvdata(pdev); | 164 | struct ps2if *ps2if = platform_get_drvdata(pdev); |
165 | 165 | ||
diff --git a/drivers/input/serio/ambakmi.c b/drivers/input/serio/ambakmi.c index 7c502c391bbc..4e2fd44865e1 100644 --- a/drivers/input/serio/ambakmi.c +++ b/drivers/input/serio/ambakmi.c | |||
@@ -163,7 +163,7 @@ static int amba_kmi_probe(struct amba_device *dev, | |||
163 | return ret; | 163 | return ret; |
164 | } | 164 | } |
165 | 165 | ||
166 | static int __devexit amba_kmi_remove(struct amba_device *dev) | 166 | static int amba_kmi_remove(struct amba_device *dev) |
167 | { | 167 | { |
168 | struct amba_kmi_port *kmi = amba_get_drvdata(dev); | 168 | struct amba_kmi_port *kmi = amba_get_drvdata(dev); |
169 | 169 | ||
diff --git a/drivers/input/serio/arc_ps2.c b/drivers/input/serio/arc_ps2.c index e618c2a825aa..b571eb3e4efc 100644 --- a/drivers/input/serio/arc_ps2.c +++ b/drivers/input/serio/arc_ps2.c | |||
@@ -242,7 +242,7 @@ static int arc_ps2_probe(struct platform_device *pdev) | |||
242 | return 0; | 242 | return 0; |
243 | } | 243 | } |
244 | 244 | ||
245 | static int __devexit arc_ps2_remove(struct platform_device *pdev) | 245 | static int arc_ps2_remove(struct platform_device *pdev) |
246 | { | 246 | { |
247 | struct arc_ps2_data *arc_ps2 = platform_get_drvdata(pdev); | 247 | struct arc_ps2_data *arc_ps2 = platform_get_drvdata(pdev); |
248 | int i; | 248 | int i; |
diff --git a/drivers/input/serio/ct82c710.c b/drivers/input/serio/ct82c710.c index e8a8748bae6f..cfe549d4eaa5 100644 --- a/drivers/input/serio/ct82c710.c +++ b/drivers/input/serio/ct82c710.c | |||
@@ -199,7 +199,7 @@ static int ct82c710_probe(struct platform_device *dev) | |||
199 | return 0; | 199 | return 0; |
200 | } | 200 | } |
201 | 201 | ||
202 | static int __devexit ct82c710_remove(struct platform_device *dev) | 202 | static int ct82c710_remove(struct platform_device *dev) |
203 | { | 203 | { |
204 | serio_unregister_port(ct82c710_port); | 204 | serio_unregister_port(ct82c710_port); |
205 | 205 | ||
diff --git a/drivers/input/serio/gscps2.c b/drivers/input/serio/gscps2.c index a36a4667ddae..8d9ba0c3827c 100644 --- a/drivers/input/serio/gscps2.c +++ b/drivers/input/serio/gscps2.c | |||
@@ -414,7 +414,7 @@ fail_nomem: | |||
414 | * @return: success/error report | 414 | * @return: success/error report |
415 | */ | 415 | */ |
416 | 416 | ||
417 | static int __devexit gscps2_remove(struct parisc_device *dev) | 417 | static int gscps2_remove(struct parisc_device *dev) |
418 | { | 418 | { |
419 | struct gscps2port *ps2port = dev_get_drvdata(&dev->dev); | 419 | struct gscps2port *ps2port = dev_get_drvdata(&dev->dev); |
420 | 420 | ||
diff --git a/drivers/input/serio/i8042-sparcio.h b/drivers/input/serio/i8042-sparcio.h index c11748575786..d6aa4c67dbb6 100644 --- a/drivers/input/serio/i8042-sparcio.h +++ b/drivers/input/serio/i8042-sparcio.h | |||
@@ -80,7 +80,7 @@ static int sparc_i8042_probe(struct platform_device *op) | |||
80 | return 0; | 80 | return 0; |
81 | } | 81 | } |
82 | 82 | ||
83 | static int __devexit sparc_i8042_remove(struct platform_device *op) | 83 | static int sparc_i8042_remove(struct platform_device *op) |
84 | { | 84 | { |
85 | of_iounmap(kbd_res, kbd_iobase, 8); | 85 | of_iounmap(kbd_res, kbd_iobase, 8); |
86 | 86 | ||
diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c index 2539195729bd..78e4de42efaa 100644 --- a/drivers/input/serio/i8042.c +++ b/drivers/input/serio/i8042.c | |||
@@ -1284,7 +1284,7 @@ static void __init i8042_register_ports(void) | |||
1284 | } | 1284 | } |
1285 | } | 1285 | } |
1286 | 1286 | ||
1287 | static void __devexit i8042_unregister_ports(void) | 1287 | static void i8042_unregister_ports(void) |
1288 | { | 1288 | { |
1289 | int i; | 1289 | int i; |
1290 | 1290 | ||
@@ -1437,7 +1437,7 @@ static int __init i8042_probe(struct platform_device *dev) | |||
1437 | return error; | 1437 | return error; |
1438 | } | 1438 | } |
1439 | 1439 | ||
1440 | static int __devexit i8042_remove(struct platform_device *dev) | 1440 | static int i8042_remove(struct platform_device *dev) |
1441 | { | 1441 | { |
1442 | i8042_unregister_ports(); | 1442 | i8042_unregister_ports(); |
1443 | i8042_free_irqs(); | 1443 | i8042_free_irqs(); |
diff --git a/drivers/input/serio/maceps2.c b/drivers/input/serio/maceps2.c index 057240e3a74a..bc85e1cc66d8 100644 --- a/drivers/input/serio/maceps2.c +++ b/drivers/input/serio/maceps2.c | |||
@@ -151,7 +151,7 @@ static int maceps2_probe(struct platform_device *dev) | |||
151 | return 0; | 151 | return 0; |
152 | } | 152 | } |
153 | 153 | ||
154 | static int __devexit maceps2_remove(struct platform_device *dev) | 154 | static int maceps2_remove(struct platform_device *dev) |
155 | { | 155 | { |
156 | serio_unregister_port(maceps2_port[0]); | 156 | serio_unregister_port(maceps2_port[0]); |
157 | serio_unregister_port(maceps2_port[1]); | 157 | serio_unregister_port(maceps2_port[1]); |
diff --git a/drivers/input/serio/pcips2.c b/drivers/input/serio/pcips2.c index 1914290674ef..76f83836fd5a 100644 --- a/drivers/input/serio/pcips2.c +++ b/drivers/input/serio/pcips2.c | |||
@@ -176,7 +176,7 @@ static int pcips2_probe(struct pci_dev *dev, const struct pci_device_id *id) | |||
176 | return ret; | 176 | return ret; |
177 | } | 177 | } |
178 | 178 | ||
179 | static void __devexit pcips2_remove(struct pci_dev *dev) | 179 | static void pcips2_remove(struct pci_dev *dev) |
180 | { | 180 | { |
181 | struct pcips2_data *ps2if = pci_get_drvdata(dev); | 181 | struct pcips2_data *ps2if = pci_get_drvdata(dev); |
182 | 182 | ||
diff --git a/drivers/input/serio/q40kbd.c b/drivers/input/serio/q40kbd.c index 3c58f6b2fe54..70fe542839fb 100644 --- a/drivers/input/serio/q40kbd.c +++ b/drivers/input/serio/q40kbd.c | |||
@@ -168,7 +168,7 @@ err_free_mem: | |||
168 | return error; | 168 | return error; |
169 | } | 169 | } |
170 | 170 | ||
171 | static int __devexit q40kbd_remove(struct platform_device *pdev) | 171 | static int q40kbd_remove(struct platform_device *pdev) |
172 | { | 172 | { |
173 | struct q40kbd *q40kbd = platform_get_drvdata(pdev); | 173 | struct q40kbd *q40kbd = platform_get_drvdata(pdev); |
174 | 174 | ||
diff --git a/drivers/input/serio/rpckbd.c b/drivers/input/serio/rpckbd.c index d64f053ae3ee..567566ae0dae 100644 --- a/drivers/input/serio/rpckbd.c +++ b/drivers/input/serio/rpckbd.c | |||
@@ -153,7 +153,7 @@ static int rpckbd_probe(struct platform_device *dev) | |||
153 | return 0; | 153 | return 0; |
154 | } | 154 | } |
155 | 155 | ||
156 | static int __devexit rpckbd_remove(struct platform_device *dev) | 156 | static int rpckbd_remove(struct platform_device *dev) |
157 | { | 157 | { |
158 | struct serio *serio = platform_get_drvdata(dev); | 158 | struct serio *serio = platform_get_drvdata(dev); |
159 | struct rpckbd_data *rpckbd = serio->port_data; | 159 | struct rpckbd_data *rpckbd = serio->port_data; |
diff --git a/drivers/input/serio/sa1111ps2.c b/drivers/input/serio/sa1111ps2.c index 4458ec3b1d2a..b3e688911fd9 100644 --- a/drivers/input/serio/sa1111ps2.c +++ b/drivers/input/serio/sa1111ps2.c | |||
@@ -334,7 +334,7 @@ static int ps2_probe(struct sa1111_dev *dev) | |||
334 | /* | 334 | /* |
335 | * Remove one device from this driver. | 335 | * Remove one device from this driver. |
336 | */ | 336 | */ |
337 | static int __devexit ps2_remove(struct sa1111_dev *dev) | 337 | static int ps2_remove(struct sa1111_dev *dev) |
338 | { | 338 | { |
339 | struct ps2if *ps2if = sa1111_get_drvdata(dev); | 339 | struct ps2if *ps2if = sa1111_get_drvdata(dev); |
340 | 340 | ||
diff --git a/drivers/input/serio/xilinx_ps2.c b/drivers/input/serio/xilinx_ps2.c index ed5e8e625bff..17be85948ffd 100644 --- a/drivers/input/serio/xilinx_ps2.c +++ b/drivers/input/serio/xilinx_ps2.c | |||
@@ -333,7 +333,7 @@ failed1: | |||
333 | * if the driver module is being unloaded. It frees any resources allocated to | 333 | * if the driver module is being unloaded. It frees any resources allocated to |
334 | * the device. | 334 | * the device. |
335 | */ | 335 | */ |
336 | static int __devexit xps2_of_remove(struct platform_device *of_dev) | 336 | static int xps2_of_remove(struct platform_device *of_dev) |
337 | { | 337 | { |
338 | struct xps2data *drvdata = platform_get_drvdata(of_dev); | 338 | struct xps2data *drvdata = platform_get_drvdata(of_dev); |
339 | struct resource r_mem; /* IO mem resources */ | 339 | struct resource r_mem; /* IO mem resources */ |