Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Bill Pemberton and committed by
Dmitry Torokhov
e2619cf7 5298cc4c

+149 -149
+1 -1
drivers/input/gameport/emu10k1-gp.c
··· 107 107 return error; 108 108 } 109 109 110 - static void __devexit emu_remove(struct pci_dev *pdev) 110 + static void emu_remove(struct pci_dev *pdev) 111 111 { 112 112 struct emu *emu = pci_get_drvdata(pdev); 113 113
+1 -1
drivers/input/gameport/fm801-gp.c
··· 129 129 return error; 130 130 } 131 131 132 - static void __devexit fm801_gp_remove(struct pci_dev *pci) 132 + static void fm801_gp_remove(struct pci_dev *pci) 133 133 { 134 134 struct fm801_gp *gp = pci_get_drvdata(pci); 135 135
+1 -1
drivers/input/joystick/as5011.c
··· 341 341 return error; 342 342 } 343 343 344 - static int __devexit as5011_remove(struct i2c_client *client) 344 + static int as5011_remove(struct i2c_client *client) 345 345 { 346 346 struct as5011_device *as5011 = i2c_get_clientdata(client); 347 347
+1 -1
drivers/input/joystick/maplecontrol.c
··· 157 157 return error; 158 158 } 159 159 160 - static int __devexit remove_maple_controller(struct device *dev) 160 + static int remove_maple_controller(struct device *dev) 161 161 { 162 162 struct maple_device *mdev = to_maple_dev(dev); 163 163 struct dc_pad *pad = maple_get_drvdata(mdev);
+1 -1
drivers/input/keyboard/adp5520-keys.c
··· 182 182 return ret; 183 183 } 184 184 185 - static int __devexit adp5520_keys_remove(struct platform_device *pdev) 185 + static int adp5520_keys_remove(struct platform_device *pdev) 186 186 { 187 187 struct adp5520_keys *dev = platform_get_drvdata(pdev); 188 188
+2 -2
drivers/input/keyboard/adp5588-keys.c
··· 224 224 return 0; 225 225 } 226 226 227 - static void __devexit adp5588_gpio_remove(struct adp5588_kpad *kpad) 227 + static void adp5588_gpio_remove(struct adp5588_kpad *kpad) 228 228 { 229 229 struct device *dev = &kpad->client->dev; 230 230 const struct adp5588_kpad_platform_data *pdata = dev->platform_data; ··· 587 587 return error; 588 588 } 589 589 590 - static int __devexit adp5588_remove(struct i2c_client *client) 590 + static int adp5588_remove(struct i2c_client *client) 591 591 { 592 592 struct adp5588_kpad *kpad = i2c_get_clientdata(client); 593 593
+2 -2
drivers/input/keyboard/adp5589-keys.c
··· 550 550 return 0; 551 551 } 552 552 553 - static void __devexit adp5589_gpio_remove(struct adp5589_kpad *kpad) 553 + static void adp5589_gpio_remove(struct adp5589_kpad *kpad) 554 554 { 555 555 struct device *dev = &kpad->client->dev; 556 556 const struct adp5589_kpad_platform_data *pdata = dev->platform_data; ··· 1044 1044 return error; 1045 1045 } 1046 1046 1047 - static int __devexit adp5589_remove(struct i2c_client *client) 1047 + static int adp5589_remove(struct i2c_client *client) 1048 1048 { 1049 1049 struct adp5589_kpad *kpad = i2c_get_clientdata(client); 1050 1050
+1 -1
drivers/input/keyboard/bf54x-keys.c
··· 331 331 return error; 332 332 } 333 333 334 - static int __devexit bfin_kpad_remove(struct platform_device *pdev) 334 + static int bfin_kpad_remove(struct platform_device *pdev) 335 335 { 336 336 struct bfin_kpad_platform_data *pdata = pdev->dev.platform_data; 337 337 struct bf54x_kpad *bf54x_kpad = platform_get_drvdata(pdev);
+1 -1
drivers/input/keyboard/davinci_keyscan.c
··· 303 303 return error; 304 304 } 305 305 306 - static int __devexit davinci_ks_remove(struct platform_device *pdev) 306 + static int davinci_ks_remove(struct platform_device *pdev) 307 307 { 308 308 struct davinci_ks *davinci_ks = platform_get_drvdata(pdev); 309 309
+1 -1
drivers/input/keyboard/ep93xx_keypad.c
··· 346 346 return err; 347 347 } 348 348 349 - static int __devexit ep93xx_keypad_remove(struct platform_device *pdev) 349 + static int ep93xx_keypad_remove(struct platform_device *pdev) 350 350 { 351 351 struct ep93xx_keypad *keypad = platform_get_drvdata(pdev); 352 352 struct resource *res;
+1 -1
drivers/input/keyboard/gpio_keys.c
··· 760 760 return error; 761 761 } 762 762 763 - static int __devexit gpio_keys_remove(struct platform_device *pdev) 763 + static int gpio_keys_remove(struct platform_device *pdev) 764 764 { 765 765 struct gpio_keys_drvdata *ddata = platform_get_drvdata(pdev); 766 766 struct input_dev *input = ddata->input;
+1 -1
drivers/input/keyboard/gpio_keys_polled.c
··· 328 328 return error; 329 329 } 330 330 331 - static int __devexit gpio_keys_polled_remove(struct platform_device *pdev) 331 + static int gpio_keys_polled_remove(struct platform_device *pdev) 332 332 { 333 333 struct gpio_keys_polled_dev *bdev = platform_get_drvdata(pdev); 334 334 const struct gpio_keys_platform_data *pdata = bdev->pdata;
+2 -2
drivers/input/keyboard/hilkbd.c
··· 286 286 return err; 287 287 } 288 288 289 - static void __devexit hil_keyb_exit(void) 289 + static void hil_keyb_exit(void) 290 290 { 291 291 if (HIL_IRQ) 292 292 free_irq(HIL_IRQ, hil_dev.dev_id); ··· 320 320 return hil_keyb_init(); 321 321 } 322 322 323 - static int __devexit hil_remove_chip(struct parisc_device *dev) 323 + static int hil_remove_chip(struct parisc_device *dev) 324 324 { 325 325 hil_keyb_exit(); 326 326
+1 -1
drivers/input/keyboard/imx_keypad.c
··· 554 554 return error; 555 555 } 556 556 557 - static int __devexit imx_keypad_remove(struct platform_device *pdev) 557 + static int imx_keypad_remove(struct platform_device *pdev) 558 558 { 559 559 struct imx_keypad *keypad = platform_get_drvdata(pdev); 560 560 struct resource *res;
+1 -1
drivers/input/keyboard/jornada680_kbd.c
··· 240 240 241 241 } 242 242 243 - static int __devexit jornada680kbd_remove(struct platform_device *pdev) 243 + static int jornada680kbd_remove(struct platform_device *pdev) 244 244 { 245 245 struct jornadakbd *jornadakbd = platform_get_drvdata(pdev); 246 246
+1 -1
drivers/input/keyboard/jornada720_kbd.c
··· 152 152 return err; 153 153 }; 154 154 155 - static int __devexit jornada720_kbd_remove(struct platform_device *pdev) 155 + static int jornada720_kbd_remove(struct platform_device *pdev) 156 156 { 157 157 struct jornadakbd *jornadakbd = platform_get_drvdata(pdev); 158 158
+1 -1
drivers/input/keyboard/lm8323.c
··· 764 764 return err; 765 765 } 766 766 767 - static int __devexit lm8323_remove(struct i2c_client *client) 767 + static int lm8323_remove(struct i2c_client *client) 768 768 { 769 769 struct lm8323_chip *lm = i2c_get_clientdata(client); 770 770 int i;
+1 -1
drivers/input/keyboard/lm8333.c
··· 202 202 return err; 203 203 } 204 204 205 - static int __devexit lm8333_remove(struct i2c_client *client) 205 + static int lm8333_remove(struct i2c_client *client) 206 206 { 207 207 struct lm8333 *lm8333 = i2c_get_clientdata(client); 208 208
+1 -1
drivers/input/keyboard/locomokbd.c
··· 321 321 return err; 322 322 } 323 323 324 - static int __devexit locomokbd_remove(struct locomo_dev *dev) 324 + static int locomokbd_remove(struct locomo_dev *dev) 325 325 { 326 326 struct locomokbd *locomokbd = locomo_get_drvdata(dev); 327 327
+1 -1
drivers/input/keyboard/lpc32xx-keys.c
··· 310 310 return error; 311 311 } 312 312 313 - static int __devexit lpc32xx_kscan_remove(struct platform_device *pdev) 313 + static int lpc32xx_kscan_remove(struct platform_device *pdev) 314 314 { 315 315 struct lpc32xx_kscan_drv *kscandat = platform_get_drvdata(pdev); 316 316
+1 -1
drivers/input/keyboard/matrix_keypad.c
··· 539 539 return err; 540 540 } 541 541 542 - static int __devexit matrix_keypad_remove(struct platform_device *pdev) 542 + static int matrix_keypad_remove(struct platform_device *pdev) 543 543 { 544 544 struct matrix_keypad *keypad = platform_get_drvdata(pdev); 545 545
+1 -1
drivers/input/keyboard/max7359_keypad.c
··· 260 260 return error; 261 261 } 262 262 263 - static int __devexit max7359_remove(struct i2c_client *client) 263 + static int max7359_remove(struct i2c_client *client) 264 264 { 265 265 struct max7359_keypad *keypad = i2c_get_clientdata(client); 266 266
+1 -1
drivers/input/keyboard/mcs_touchkey.c
··· 200 200 return error; 201 201 } 202 202 203 - static int __devexit mcs_touchkey_remove(struct i2c_client *client) 203 + static int mcs_touchkey_remove(struct i2c_client *client) 204 204 { 205 205 struct mcs_touchkey_data *data = i2c_get_clientdata(client); 206 206
+1 -1
drivers/input/keyboard/mpr121_touchkey.c
··· 272 272 return error; 273 273 } 274 274 275 - static int __devexit mpr_touchkey_remove(struct i2c_client *client) 275 + static int mpr_touchkey_remove(struct i2c_client *client) 276 276 { 277 277 struct mpr121_touchkey *mpr121 = i2c_get_clientdata(client); 278 278
+1 -1
drivers/input/keyboard/nomadik-ske-keypad.c
··· 366 366 return error; 367 367 } 368 368 369 - static int __devexit ske_keypad_remove(struct platform_device *pdev) 369 + static int ske_keypad_remove(struct platform_device *pdev) 370 370 { 371 371 struct ske_keypad *keypad = platform_get_drvdata(pdev); 372 372 struct resource *res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
+1 -1
drivers/input/keyboard/omap-keypad.c
··· 357 357 return -EINVAL; 358 358 } 359 359 360 - static int __devexit omap_kp_remove(struct platform_device *pdev) 360 + static int omap_kp_remove(struct platform_device *pdev) 361 361 { 362 362 struct omap_kp *omap_kp = platform_get_drvdata(pdev); 363 363
+1 -1
drivers/input/keyboard/omap4-keypad.c
··· 406 406 return error; 407 407 } 408 408 409 - static int __devexit omap4_keypad_remove(struct platform_device *pdev) 409 + static int omap4_keypad_remove(struct platform_device *pdev) 410 410 { 411 411 struct omap4_keypad *keypad_data = platform_get_drvdata(pdev); 412 412 struct resource *res;
+1 -1
drivers/input/keyboard/opencores-kbd.c
··· 139 139 return error; 140 140 } 141 141 142 - static int __devexit opencores_kbd_remove(struct platform_device *pdev) 142 + static int opencores_kbd_remove(struct platform_device *pdev) 143 143 { 144 144 struct opencores_kbd *opencores_kbd = platform_get_drvdata(pdev); 145 145
+1 -1
drivers/input/keyboard/pmic8xxx-keypad.c
··· 712 712 return rc; 713 713 } 714 714 715 - static int __devexit pmic8xxx_kp_remove(struct platform_device *pdev) 715 + static int pmic8xxx_kp_remove(struct platform_device *pdev) 716 716 { 717 717 struct pmic8xxx_kp *kp = platform_get_drvdata(pdev); 718 718
+1 -1
drivers/input/keyboard/pxa27x_keypad.c
··· 595 595 return error; 596 596 } 597 597 598 - static int __devexit pxa27x_keypad_remove(struct platform_device *pdev) 598 + static int pxa27x_keypad_remove(struct platform_device *pdev) 599 599 { 600 600 struct pxa27x_keypad *keypad = platform_get_drvdata(pdev); 601 601 struct resource *res;
+1 -1
drivers/input/keyboard/pxa930_rotary.c
··· 174 174 return err; 175 175 } 176 176 177 - static int __devexit pxa930_rotary_remove(struct platform_device *pdev) 177 + static int pxa930_rotary_remove(struct platform_device *pdev) 178 178 { 179 179 struct pxa930_rotary *r = platform_get_drvdata(pdev); 180 180
+1 -1
drivers/input/keyboard/qt1070.c
··· 230 230 return err; 231 231 } 232 232 233 - static int __devexit qt1070_remove(struct i2c_client *client) 233 + static int qt1070_remove(struct i2c_client *client) 234 234 { 235 235 struct qt1070_data *data = i2c_get_clientdata(client); 236 236
+1 -1
drivers/input/keyboard/qt2160.c
··· 335 335 return error; 336 336 } 337 337 338 - static int __devexit qt2160_remove(struct i2c_client *client) 338 + static int qt2160_remove(struct i2c_client *client) 339 339 { 340 340 struct qt2160_data *qt2160 = i2c_get_clientdata(client); 341 341
+1 -1
drivers/input/keyboard/samsung-keypad.c
··· 523 523 return error; 524 524 } 525 525 526 - static int __devexit samsung_keypad_remove(struct platform_device *pdev) 526 + static int samsung_keypad_remove(struct platform_device *pdev) 527 527 { 528 528 struct samsung_keypad *keypad = platform_get_drvdata(pdev); 529 529
+1 -1
drivers/input/keyboard/sh_keysc.c
··· 272 272 return error; 273 273 } 274 274 275 - static int __devexit sh_keysc_remove(struct platform_device *pdev) 275 + static int sh_keysc_remove(struct platform_device *pdev) 276 276 { 277 277 struct sh_keysc_priv *priv = platform_get_drvdata(pdev); 278 278
+1 -1
drivers/input/keyboard/spear-keyboard.c
··· 279 279 return 0; 280 280 } 281 281 282 - static int __devexit spear_kbd_remove(struct platform_device *pdev) 282 + static int spear_kbd_remove(struct platform_device *pdev) 283 283 { 284 284 device_init_wakeup(&pdev->dev, 0); 285 285 platform_set_drvdata(pdev, NULL);
+1 -1
drivers/input/keyboard/stmpe-keypad.c
··· 335 335 return 0; 336 336 } 337 337 338 - static int __devexit stmpe_keypad_remove(struct platform_device *pdev) 338 + static int stmpe_keypad_remove(struct platform_device *pdev) 339 339 { 340 340 struct stmpe_keypad *keypad = platform_get_drvdata(pdev); 341 341
+1 -1
drivers/input/keyboard/tc3589x-keypad.c
··· 382 382 return error; 383 383 } 384 384 385 - static int __devexit tc3589x_keypad_remove(struct platform_device *pdev) 385 + static int tc3589x_keypad_remove(struct platform_device *pdev) 386 386 { 387 387 struct tc_keypad *keypad = platform_get_drvdata(pdev); 388 388 int irq = platform_get_irq(pdev, 0);
+1 -1
drivers/input/keyboard/tca6416-keypad.c
··· 313 313 return error; 314 314 } 315 315 316 - static int __devexit tca6416_keypad_remove(struct i2c_client *client) 316 + static int tca6416_keypad_remove(struct i2c_client *client) 317 317 { 318 318 struct tca6416_keypad_chip *chip = i2c_get_clientdata(client); 319 319
+1 -1
drivers/input/keyboard/tca8418_keypad.c
··· 388 388 return error; 389 389 } 390 390 391 - static int __devexit tca8418_keypad_remove(struct i2c_client *client) 391 + static int tca8418_keypad_remove(struct i2c_client *client) 392 392 { 393 393 struct tca8418_keypad *keypad_data = i2c_get_clientdata(client); 394 394
+1 -1
drivers/input/keyboard/tegra-kbc.c
··· 838 838 return err; 839 839 } 840 840 841 - static int __devexit tegra_kbc_remove(struct platform_device *pdev) 841 + static int tegra_kbc_remove(struct platform_device *pdev) 842 842 { 843 843 struct tegra_kbc *kbc = platform_get_drvdata(pdev); 844 844 struct resource *res;
+1 -1
drivers/input/keyboard/tnetv107x-keypad.c
··· 301 301 return error; 302 302 } 303 303 304 - static int __devexit keypad_remove(struct platform_device *pdev) 304 + static int keypad_remove(struct platform_device *pdev) 305 305 { 306 306 struct keypad_data *kp = platform_get_drvdata(pdev); 307 307
+1 -1
drivers/input/keyboard/twl4030_keypad.c
··· 432 432 return error; 433 433 } 434 434 435 - static int __devexit twl4030_kp_remove(struct platform_device *pdev) 435 + static int twl4030_kp_remove(struct platform_device *pdev) 436 436 { 437 437 struct twl4030_keypad *kp = platform_get_drvdata(pdev); 438 438
+1 -1
drivers/input/keyboard/w90p910_keypad.c
··· 234 234 return error; 235 235 } 236 236 237 - static int __devexit w90p910_keypad_remove(struct platform_device *pdev) 237 + static int w90p910_keypad_remove(struct platform_device *pdev) 238 238 { 239 239 struct w90p910_keypad *keypad = platform_get_drvdata(pdev); 240 240 struct resource *res;
+1 -1
drivers/input/misc/88pm80x_onkey.c
··· 139 139 return err; 140 140 } 141 141 142 - static int __devexit pm80x_onkey_remove(struct platform_device *pdev) 142 + static int pm80x_onkey_remove(struct platform_device *pdev) 143 143 { 144 144 struct pm80x_onkey_info *info = platform_get_drvdata(pdev); 145 145
+1 -1
drivers/input/misc/88pm860x_onkey.c
··· 121 121 return ret; 122 122 } 123 123 124 - static int __devexit pm860x_onkey_remove(struct platform_device *pdev) 124 + static int pm860x_onkey_remove(struct platform_device *pdev) 125 125 { 126 126 struct pm860x_onkey_info *info = platform_get_drvdata(pdev); 127 127
+1 -1
drivers/input/misc/ab8500-ponkey.c
··· 118 118 return error; 119 119 } 120 120 121 - static int __devexit ab8500_ponkey_remove(struct platform_device *pdev) 121 + static int ab8500_ponkey_remove(struct platform_device *pdev) 122 122 { 123 123 struct ab8500_ponkey *ponkey = platform_get_drvdata(pdev); 124 124
+1 -1
drivers/input/misc/ad714x-i2c.c
··· 87 87 return 0; 88 88 } 89 89 90 - static int __devexit ad714x_i2c_remove(struct i2c_client *client) 90 + static int ad714x_i2c_remove(struct i2c_client *client) 91 91 { 92 92 struct ad714x_chip *chip = i2c_get_clientdata(client); 93 93
+1 -1
drivers/input/misc/ad714x-spi.c
··· 103 103 return 0; 104 104 } 105 105 106 - static int __devexit ad714x_spi_remove(struct spi_device *spi) 106 + static int ad714x_spi_remove(struct spi_device *spi) 107 107 { 108 108 struct ad714x_chip *chip = spi_get_drvdata(spi); 109 109
+1 -1
drivers/input/misc/adxl34x-i2c.c
··· 98 98 return 0; 99 99 } 100 100 101 - static int __devexit adxl34x_i2c_remove(struct i2c_client *client) 101 + static int adxl34x_i2c_remove(struct i2c_client *client) 102 102 { 103 103 struct adxl34x *ac = i2c_get_clientdata(client); 104 104
+1 -1
drivers/input/misc/adxl34x-spi.c
··· 87 87 return 0; 88 88 } 89 89 90 - static int __devexit adxl34x_spi_remove(struct spi_device *spi) 90 + static int adxl34x_spi_remove(struct spi_device *spi) 91 91 { 92 92 struct adxl34x *ac = dev_get_drvdata(&spi->dev); 93 93
+1 -1
drivers/input/misc/bfin_rotary.c
··· 196 196 return error; 197 197 } 198 198 199 - static int __devexit bfin_rotary_remove(struct platform_device *pdev) 199 + static int bfin_rotary_remove(struct platform_device *pdev) 200 200 { 201 201 struct bfin_rot *rotary = platform_get_drvdata(pdev); 202 202
+1 -1
drivers/input/misc/bma150.c
··· 613 613 return error; 614 614 } 615 615 616 - static int __devexit bma150_remove(struct i2c_client *client) 616 + static int bma150_remove(struct i2c_client *client) 617 617 { 618 618 struct bma150_data *bma150 = i2c_get_clientdata(client); 619 619
+1 -1
drivers/input/misc/cma3000_d0x_i2c.c
··· 69 69 return 0; 70 70 } 71 71 72 - static int __devexit cma3000_i2c_remove(struct i2c_client *client) 72 + static int cma3000_i2c_remove(struct i2c_client *client) 73 73 { 74 74 struct cma3000_accl_data *data = i2c_get_clientdata(client); 75 75
+1 -1
drivers/input/misc/cobalt_btns.c
··· 135 135 return error; 136 136 } 137 137 138 - static int __devexit cobalt_buttons_remove(struct platform_device *pdev) 138 + static int cobalt_buttons_remove(struct platform_device *pdev) 139 139 { 140 140 struct device *dev = &pdev->dev; 141 141 struct buttons_dev *bdev = dev_get_drvdata(dev);
+1 -1
drivers/input/misc/da9052_onkey.c
··· 141 141 return error; 142 142 } 143 143 144 - static int __devexit da9052_onkey_remove(struct platform_device *pdev) 144 + static int da9052_onkey_remove(struct platform_device *pdev) 145 145 { 146 146 struct da9052_onkey *onkey = platform_get_drvdata(pdev); 147 147
+1 -1
drivers/input/misc/da9055_onkey.c
··· 141 141 return err; 142 142 } 143 143 144 - static int __devexit da9055_onkey_remove(struct platform_device *pdev) 144 + static int da9055_onkey_remove(struct platform_device *pdev) 145 145 { 146 146 struct da9055_onkey *onkey = platform_get_drvdata(pdev); 147 147 int irq = platform_get_irq_byname(pdev, "ONKEY");
+1 -1
drivers/input/misc/dm355evm_keys.c
··· 239 239 return status; 240 240 } 241 241 242 - static int __devexit dm355evm_keys_remove(struct platform_device *pdev) 242 + static int dm355evm_keys_remove(struct platform_device *pdev) 243 243 { 244 244 struct dm355evm_keys *keys = platform_get_drvdata(pdev); 245 245
+1 -1
drivers/input/misc/gp2ap002a00f.c
··· 205 205 return error; 206 206 } 207 207 208 - static int __devexit gp2a_remove(struct i2c_client *client) 208 + static int gp2a_remove(struct i2c_client *client) 209 209 { 210 210 struct gp2a_data *dt = i2c_get_clientdata(client); 211 211 const struct gp2a_platform_data *pdata = dt->pdata;
+1 -1
drivers/input/misc/gpio_tilt_polled.c
··· 179 179 return error; 180 180 } 181 181 182 - static int __devexit gpio_tilt_polled_remove(struct platform_device *pdev) 182 + static int gpio_tilt_polled_remove(struct platform_device *pdev) 183 183 { 184 184 struct gpio_tilt_polled_dev *tdev = platform_get_drvdata(pdev); 185 185 const struct gpio_tilt_platform_data *pdata = tdev->pdata;
+1 -1
drivers/input/misc/ixp4xx-beeper.c
··· 132 132 return err; 133 133 } 134 134 135 - static int __devexit ixp4xx_spkr_remove(struct platform_device *dev) 135 + static int ixp4xx_spkr_remove(struct platform_device *dev) 136 136 { 137 137 struct input_dev *input_dev = platform_get_drvdata(dev); 138 138 unsigned int pin = (unsigned int) input_get_drvdata(input_dev);
+2 -2
drivers/input/misc/kxtj9.c
··· 466 466 return 0; 467 467 } 468 468 469 - static void __devexit kxtj9_teardown_polled_device(struct kxtj9_data *tj9) 469 + static void kxtj9_teardown_polled_device(struct kxtj9_data *tj9) 470 470 { 471 471 input_unregister_polled_device(tj9->poll_dev); 472 472 input_free_polled_device(tj9->poll_dev); ··· 594 594 return err; 595 595 } 596 596 597 - static int __devexit kxtj9_remove(struct i2c_client *client) 597 + static int kxtj9_remove(struct i2c_client *client) 598 598 { 599 599 struct kxtj9_data *tj9 = i2c_get_clientdata(client); 600 600
+1 -1
drivers/input/misc/m68kspkr.c
··· 80 80 return 0; 81 81 } 82 82 83 - static int __devexit m68kspkr_remove(struct platform_device *dev) 83 + static int m68kspkr_remove(struct platform_device *dev) 84 84 { 85 85 struct input_dev *input_dev = platform_get_drvdata(dev); 86 86
+1 -1
drivers/input/misc/max8925_onkey.c
··· 141 141 return error; 142 142 } 143 143 144 - static int __devexit max8925_onkey_remove(struct platform_device *pdev) 144 + static int max8925_onkey_remove(struct platform_device *pdev) 145 145 { 146 146 struct max8925_onkey_info *info = platform_get_drvdata(pdev); 147 147 struct max8925_chip *chip = dev_get_drvdata(pdev->dev.parent);
+1 -1
drivers/input/misc/max8997_haptic.c
··· 354 354 return error; 355 355 } 356 356 357 - static int __devexit max8997_haptic_remove(struct platform_device *pdev) 357 + static int max8997_haptic_remove(struct platform_device *pdev) 358 358 { 359 359 struct max8997_haptic *chip = platform_get_drvdata(pdev); 360 360
+1 -1
drivers/input/misc/mc13783-pwrbutton.c
··· 230 230 return err; 231 231 } 232 232 233 - static int __devexit mc13783_pwrbutton_remove(struct platform_device *pdev) 233 + static int mc13783_pwrbutton_remove(struct platform_device *pdev) 234 234 { 235 235 struct mc13783_pwrb *priv = platform_get_drvdata(pdev); 236 236 const struct mc13xxx_buttons_platform_data *pdata;
+1 -1
drivers/input/misc/mma8450.c
··· 212 212 return err; 213 213 } 214 214 215 - static int __devexit mma8450_remove(struct i2c_client *c) 215 + static int mma8450_remove(struct i2c_client *c) 216 216 { 217 217 struct mma8450 *m = i2c_get_clientdata(c); 218 218 struct input_polled_dev *idev = m->idev;
+1 -1
drivers/input/misc/mpu3050.c
··· 402 402 * 403 403 * Our sensor is going away, clean up the resources. 404 404 */ 405 - static int __devexit mpu3050_remove(struct i2c_client *client) 405 + static int mpu3050_remove(struct i2c_client *client) 406 406 { 407 407 struct mpu3050_sensor *sensor = i2c_get_clientdata(client); 408 408
+1 -1
drivers/input/misc/pcap_keys.c
··· 104 104 return err; 105 105 } 106 106 107 - static int __devexit pcap_keys_remove(struct platform_device *pdev) 107 + static int pcap_keys_remove(struct platform_device *pdev) 108 108 { 109 109 struct pcap_keys *pcap_keys = platform_get_drvdata(pdev); 110 110
+1 -1
drivers/input/misc/pcf50633-input.c
··· 93 93 return 0; 94 94 } 95 95 96 - static int __devexit pcf50633_input_remove(struct platform_device *pdev) 96 + static int pcf50633_input_remove(struct platform_device *pdev) 97 97 { 98 98 struct pcf50633_input *input = platform_get_drvdata(pdev); 99 99
+1 -1
drivers/input/misc/pcf8574_keypad.c
··· 156 156 return ret; 157 157 } 158 158 159 - static int __devexit pcf8574_kp_remove(struct i2c_client *client) 159 + static int pcf8574_kp_remove(struct i2c_client *client) 160 160 { 161 161 struct kp_data *lp = i2c_get_clientdata(client); 162 162
+1 -1
drivers/input/misc/pcspkr.c
··· 95 95 return 0; 96 96 } 97 97 98 - static int __devexit pcspkr_remove(struct platform_device *dev) 98 + static int pcspkr_remove(struct platform_device *dev) 99 99 { 100 100 struct input_dev *pcspkr_dev = platform_get_drvdata(dev); 101 101
+1 -1
drivers/input/misc/pm8xxx-vibrator.c
··· 242 242 return error; 243 243 } 244 244 245 - static int __devexit pm8xxx_vib_remove(struct platform_device *pdev) 245 + static int pm8xxx_vib_remove(struct platform_device *pdev) 246 246 { 247 247 struct pm8xxx_vib *vib = platform_get_drvdata(pdev); 248 248
+1 -1
drivers/input/misc/pmic8xxx-pwrkey.c
··· 187 187 return err; 188 188 } 189 189 190 - static int __devexit pmic8xxx_pwrkey_remove(struct platform_device *pdev) 190 + static int pmic8xxx_pwrkey_remove(struct platform_device *pdev) 191 191 { 192 192 struct pmic8xxx_pwrkey *pwrkey = platform_get_drvdata(pdev); 193 193 int key_release_irq = platform_get_irq(pdev, 0);
+1 -1
drivers/input/misc/pwm-beeper.c
··· 129 129 return error; 130 130 } 131 131 132 - static int __devexit pwm_beeper_remove(struct platform_device *pdev) 132 + static int pwm_beeper_remove(struct platform_device *pdev) 133 133 { 134 134 struct pwm_beeper *beeper = platform_get_drvdata(pdev); 135 135
+1 -1
drivers/input/misc/rb532_button.c
··· 81 81 return 0; 82 82 } 83 83 84 - static int __devexit rb532_button_remove(struct platform_device *pdev) 84 + static int rb532_button_remove(struct platform_device *pdev) 85 85 { 86 86 struct input_polled_dev *poll_dev = dev_get_drvdata(&pdev->dev); 87 87
+1 -1
drivers/input/misc/retu-pwrbutton.c
··· 76 76 return 0; 77 77 } 78 78 79 - static int __devexit retu_pwrbutton_remove(struct platform_device *pdev) 79 + static int retu_pwrbutton_remove(struct platform_device *pdev) 80 80 { 81 81 return 0; 82 82 }
+1 -1
drivers/input/misc/rotary_encoder.c
··· 301 301 return err; 302 302 } 303 303 304 - static int __devexit rotary_encoder_remove(struct platform_device *pdev) 304 + static int rotary_encoder_remove(struct platform_device *pdev) 305 305 { 306 306 struct rotary_encoder *encoder = platform_get_drvdata(pdev); 307 307 const struct rotary_encoder_platform_data *pdata = encoder->pdata;
+1 -1
drivers/input/misc/sgi_btns.c
··· 143 143 return error; 144 144 } 145 145 146 - static int __devexit sgi_buttons_remove(struct platform_device *pdev) 146 + static int sgi_buttons_remove(struct platform_device *pdev) 147 147 { 148 148 struct device *dev = &pdev->dev; 149 149 struct buttons_dev *bdev = dev_get_drvdata(dev);
+2 -2
drivers/input/misc/sparcspkr.c
··· 229 229 return err; 230 230 } 231 231 232 - static int __devexit bbc_remove(struct platform_device *op) 232 + static int bbc_remove(struct platform_device *op) 233 233 { 234 234 struct sparcspkr_state *state = dev_get_drvdata(&op->dev); 235 235 struct input_dev *input_dev = state->input_dev; ··· 310 310 return err; 311 311 } 312 312 313 - static int __devexit grover_remove(struct platform_device *op) 313 + static int grover_remove(struct platform_device *op) 314 314 { 315 315 struct sparcspkr_state *state = dev_get_drvdata(&op->dev); 316 316 struct grover_beep_info *info = &state->u.grover;
+1 -1
drivers/input/misc/twl4030-vibra.c
··· 269 269 return ret; 270 270 } 271 271 272 - static int __devexit twl4030_vibra_remove(struct platform_device *pdev) 272 + static int twl4030_vibra_remove(struct platform_device *pdev) 273 273 { 274 274 struct vibra_info *info = platform_get_drvdata(pdev); 275 275
+1 -1
drivers/input/misc/twl6040-vibra.c
··· 418 418 return ret; 419 419 } 420 420 421 - static int __devexit twl6040_vibra_remove(struct platform_device *pdev) 421 + static int twl6040_vibra_remove(struct platform_device *pdev) 422 422 { 423 423 struct vibra_info *info = platform_get_drvdata(pdev); 424 424
+2 -2
drivers/input/misc/wistron_btns.c
··· 1077 1077 } 1078 1078 } 1079 1079 1080 - static void __devexit wistron_led_remove(void) 1080 + static void wistron_led_remove(void) 1081 1081 { 1082 1082 if (leds_present & FE_MAIL_LED) 1083 1083 led_classdev_unregister(&wistron_mail_led); ··· 1277 1277 return 0; 1278 1278 } 1279 1279 1280 - static int __devexit wistron_remove(struct platform_device *dev) 1280 + static int wistron_remove(struct platform_device *dev) 1281 1281 { 1282 1282 wistron_led_remove(); 1283 1283 input_unregister_polled_device(wistron_idev);
+1 -1
drivers/input/misc/wm831x-on.c
··· 124 124 return ret; 125 125 } 126 126 127 - static int __devexit wm831x_on_remove(struct platform_device *pdev) 127 + static int wm831x_on_remove(struct platform_device *pdev) 128 128 { 129 129 struct wm831x_on *wm831x_on = platform_get_drvdata(pdev); 130 130 int irq = platform_get_irq(pdev, 0);
+1 -1
drivers/input/mouse/gpio_mouse.c
··· 150 150 return error; 151 151 } 152 152 153 - static int __devexit gpio_mouse_remove(struct platform_device *pdev) 153 + static int gpio_mouse_remove(struct platform_device *pdev) 154 154 { 155 155 struct input_polled_dev *input = platform_get_drvdata(pdev); 156 156 struct gpio_mouse_platform_data *pdata = input->private;
+1 -1
drivers/input/mouse/maplemouse.c
··· 114 114 return error; 115 115 } 116 116 117 - static int __devexit remove_maple_mouse(struct device *dev) 117 + static int remove_maple_mouse(struct device *dev) 118 118 { 119 119 struct maple_device *mdev = to_maple_dev(dev); 120 120 struct dc_mouse *mse = maple_get_drvdata(mdev);
+1 -1
drivers/input/mouse/navpoint.c
··· 299 299 return error; 300 300 } 301 301 302 - static int __devexit navpoint_remove(struct platform_device *pdev) 302 + static int navpoint_remove(struct platform_device *pdev) 303 303 { 304 304 const struct navpoint_platform_data *pdata = 305 305 dev_get_platdata(&pdev->dev);
+1 -1
drivers/input/mouse/pxa930_trkball.c
··· 230 230 return error; 231 231 } 232 232 233 - static int __devexit pxa930_trkball_remove(struct platform_device *pdev) 233 + static int pxa930_trkball_remove(struct platform_device *pdev) 234 234 { 235 235 struct pxa930_trkball *trkball = platform_get_drvdata(pdev); 236 236 int irq = platform_get_irq(pdev, 0);
+1 -1
drivers/input/mouse/synaptics_i2c.c
··· 601 601 return ret; 602 602 } 603 603 604 - static int __devexit synaptics_i2c_remove(struct i2c_client *client) 604 + static int synaptics_i2c_remove(struct i2c_client *client) 605 605 { 606 606 struct synaptics_i2c *touch = i2c_get_clientdata(client); 607 607
+1 -1
drivers/input/serio/altera_ps2.c
··· 159 159 /* 160 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 164 struct ps2if *ps2if = platform_get_drvdata(pdev); 165 165
+1 -1
drivers/input/serio/ambakmi.c
··· 163 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 168 struct amba_kmi_port *kmi = amba_get_drvdata(dev); 169 169
+1 -1
drivers/input/serio/arc_ps2.c
··· 242 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 247 struct arc_ps2_data *arc_ps2 = platform_get_drvdata(pdev); 248 248 int i;
+1 -1
drivers/input/serio/ct82c710.c
··· 199 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 204 serio_unregister_port(ct82c710_port); 205 205
+1 -1
drivers/input/serio/gscps2.c
··· 414 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 419 struct gscps2port *ps2port = dev_get_drvdata(&dev->dev); 420 420
+1 -1
drivers/input/serio/i8042-sparcio.h
··· 80 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 85 of_iounmap(kbd_res, kbd_iobase, 8); 86 86
+2 -2
drivers/input/serio/i8042.c
··· 1284 1284 } 1285 1285 } 1286 1286 1287 - static void __devexit i8042_unregister_ports(void) 1287 + static void i8042_unregister_ports(void) 1288 1288 { 1289 1289 int i; 1290 1290 ··· 1437 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 1442 i8042_unregister_ports(); 1443 1443 i8042_free_irqs();
+1 -1
drivers/input/serio/maceps2.c
··· 151 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 156 serio_unregister_port(maceps2_port[0]); 157 157 serio_unregister_port(maceps2_port[1]);
+1 -1
drivers/input/serio/pcips2.c
··· 176 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 181 struct pcips2_data *ps2if = pci_get_drvdata(dev); 182 182
+1 -1
drivers/input/serio/q40kbd.c
··· 168 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 173 struct q40kbd *q40kbd = platform_get_drvdata(pdev); 174 174
+1 -1
drivers/input/serio/rpckbd.c
··· 153 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 158 struct serio *serio = platform_get_drvdata(dev); 159 159 struct rpckbd_data *rpckbd = serio->port_data;
+1 -1
drivers/input/serio/sa1111ps2.c
··· 334 334 /* 335 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 339 struct ps2if *ps2if = sa1111_get_drvdata(dev); 340 340
+1 -1
drivers/input/serio/xilinx_ps2.c
··· 333 333 * if the driver module is being unloaded. It frees any resources allocated to 334 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 338 struct xps2data *drvdata = platform_get_drvdata(of_dev); 339 339 struct resource r_mem; /* IO mem resources */
+1 -1
drivers/input/touchscreen/88pm860x-ts.c
··· 293 293 return ret; 294 294 } 295 295 296 - static int __devexit pm860x_touch_remove(struct platform_device *pdev) 296 + static int pm860x_touch_remove(struct platform_device *pdev) 297 297 { 298 298 struct pm860x_touch *touch = platform_get_drvdata(pdev); 299 299
+1 -1
drivers/input/touchscreen/ad7877.c
··· 810 810 return err; 811 811 } 812 812 813 - static int __devexit ad7877_remove(struct spi_device *spi) 813 + static int ad7877_remove(struct spi_device *spi) 814 814 { 815 815 struct ad7877 *ts = dev_get_drvdata(&spi->dev); 816 816
+1 -1
drivers/input/touchscreen/ad7879-i2c.c
··· 75 75 return 0; 76 76 } 77 77 78 - static int __devexit ad7879_i2c_remove(struct i2c_client *client) 78 + static int ad7879_i2c_remove(struct i2c_client *client) 79 79 { 80 80 struct ad7879 *ts = i2c_get_clientdata(client); 81 81
+1 -1
drivers/input/touchscreen/ad7879-spi.c
··· 137 137 return 0; 138 138 } 139 139 140 - static int __devexit ad7879_spi_remove(struct spi_device *spi) 140 + static int ad7879_spi_remove(struct spi_device *spi) 141 141 { 142 142 struct ad7879 *ts = spi_get_drvdata(spi); 143 143
+1 -1
drivers/input/touchscreen/ads7846.c
··· 1390 1390 return err; 1391 1391 } 1392 1392 1393 - static int __devexit ads7846_remove(struct spi_device *spi) 1393 + static int ads7846_remove(struct spi_device *spi) 1394 1394 { 1395 1395 struct ads7846 *ts = dev_get_drvdata(&spi->dev); 1396 1396
+1 -1
drivers/input/touchscreen/atmel_mxt_ts.c
··· 1200 1200 return error; 1201 1201 } 1202 1202 1203 - static int __devexit mxt_remove(struct i2c_client *client) 1203 + static int mxt_remove(struct i2c_client *client) 1204 1204 { 1205 1205 struct mxt_data *data = i2c_get_clientdata(client); 1206 1206
+1 -1
drivers/input/touchscreen/atmel_tsadcc.c
··· 323 323 return err; 324 324 } 325 325 326 - static int __devexit atmel_tsadcc_remove(struct platform_device *pdev) 326 + static int atmel_tsadcc_remove(struct platform_device *pdev) 327 327 { 328 328 struct atmel_tsadcc *ts_dev = dev_get_drvdata(&pdev->dev); 329 329 struct resource *res;
+1 -1
drivers/input/touchscreen/auo-pixcir-ts.c
··· 599 599 return ret; 600 600 } 601 601 602 - static int __devexit auo_pixcir_remove(struct i2c_client *client) 602 + static int auo_pixcir_remove(struct i2c_client *client) 603 603 { 604 604 struct auo_pixcir_ts *ts = i2c_get_clientdata(client); 605 605 const struct auo_pixcir_ts_platdata *pdata = client->dev.platform_data;
+1 -1
drivers/input/touchscreen/bu21013_ts.c
··· 549 549 * This function uses to remove the i2c-client 550 550 * touchscreen driver and returns integer. 551 551 */ 552 - static int __devexit bu21013_remove(struct i2c_client *client) 552 + static int bu21013_remove(struct i2c_client *client) 553 553 { 554 554 struct bu21013_ts_data *bu21013_data = i2c_get_clientdata(client); 555 555
+1 -1
drivers/input/touchscreen/cy8ctmg110_ts.c
··· 323 323 static SIMPLE_DEV_PM_OPS(cy8ctmg110_pm, cy8ctmg110_suspend, cy8ctmg110_resume); 324 324 #endif 325 325 326 - static int __devexit cy8ctmg110_remove(struct i2c_client *client) 326 + static int cy8ctmg110_remove(struct i2c_client *client) 327 327 { 328 328 struct cy8ctmg110 *ts = i2c_get_clientdata(client); 329 329
+1 -1
drivers/input/touchscreen/cyttsp_i2c.c
··· 102 102 return 0; 103 103 } 104 104 105 - static int __devexit cyttsp_i2c_remove(struct i2c_client *client) 105 + static int cyttsp_i2c_remove(struct i2c_client *client) 106 106 { 107 107 struct cyttsp *ts = i2c_get_clientdata(client); 108 108
+1 -1
drivers/input/touchscreen/cyttsp_spi.c
··· 172 172 return 0; 173 173 } 174 174 175 - static int __devexit cyttsp_spi_remove(struct spi_device *spi) 175 + static int cyttsp_spi_remove(struct spi_device *spi) 176 176 { 177 177 struct cyttsp *ts = spi_get_drvdata(spi); 178 178
+1 -1
drivers/input/touchscreen/da9034-ts.c
··· 361 361 return ret; 362 362 } 363 363 364 - static int __devexit da9034_touch_remove(struct platform_device *pdev) 364 + static int da9034_touch_remove(struct platform_device *pdev) 365 365 { 366 366 struct da9034_touch *touch = platform_get_drvdata(pdev); 367 367
+1 -1
drivers/input/touchscreen/da9052_tsi.c
··· 336 336 return error; 337 337 } 338 338 339 - static int __devexit da9052_ts_remove(struct platform_device *pdev) 339 + static int da9052_ts_remove(struct platform_device *pdev) 340 340 { 341 341 struct da9052_tsi *tsi = platform_get_drvdata(pdev); 342 342
+2 -2
drivers/input/touchscreen/edt-ft5x06.c
··· 592 592 tsdata->debug_dir, tsdata, &debugfs_raw_data_fops); 593 593 } 594 594 595 - static void __devexit 595 + static void 596 596 edt_ft5x06_ts_teardown_debugfs(struct edt_ft5x06_ts_data *tsdata) 597 597 { 598 598 if (tsdata->debug_dir) ··· 822 822 return error; 823 823 } 824 824 825 - static int __devexit edt_ft5x06_ts_remove(struct i2c_client *client) 825 + static int edt_ft5x06_ts_remove(struct i2c_client *client) 826 826 { 827 827 const struct edt_ft5x06_platform_data *pdata = 828 828 dev_get_platdata(&client->dev);
+1 -1
drivers/input/touchscreen/eeti_ts.c
··· 248 248 return err; 249 249 } 250 250 251 - static int __devexit eeti_ts_remove(struct i2c_client *client) 251 + static int eeti_ts_remove(struct i2c_client *client) 252 252 { 253 253 struct eeti_ts_priv *priv = i2c_get_clientdata(client); 254 254
+1 -1
drivers/input/touchscreen/egalax_ts.c
··· 246 246 return error; 247 247 } 248 248 249 - static __devexit int egalax_ts_remove(struct i2c_client *client) 249 + static int egalax_ts_remove(struct i2c_client *client) 250 250 { 251 251 struct egalax_ts *ts = i2c_get_clientdata(client); 252 252
+1 -1
drivers/input/touchscreen/htcpen.c
··· 174 174 return err; 175 175 } 176 176 177 - static int __devexit htcpen_isa_remove(struct device *dev, unsigned int id) 177 + static int htcpen_isa_remove(struct device *dev, unsigned int id) 178 178 { 179 179 struct input_dev *htcpen_dev = dev_get_drvdata(dev); 180 180
+1 -1
drivers/input/touchscreen/ili210x.c
··· 298 298 return error; 299 299 } 300 300 301 - static int __devexit ili210x_i2c_remove(struct i2c_client *client) 301 + static int ili210x_i2c_remove(struct i2c_client *client) 302 302 { 303 303 struct ili210x *priv = i2c_get_clientdata(client); 304 304
+1 -1
drivers/input/touchscreen/intel-mid-touch.c
··· 643 643 return err; 644 644 } 645 645 646 - static int __devexit mrstouch_remove(struct platform_device *pdev) 646 + static int mrstouch_remove(struct platform_device *pdev) 647 647 { 648 648 struct mrstouch_dev *tsdev = platform_get_drvdata(pdev); 649 649
+1 -1
drivers/input/touchscreen/jornada720_ts.c
··· 151 151 return error; 152 152 } 153 153 154 - static int __devexit jornada720_ts_remove(struct platform_device *pdev) 154 + static int jornada720_ts_remove(struct platform_device *pdev) 155 155 { 156 156 struct jornada_ts *jornada_ts = platform_get_drvdata(pdev); 157 157
+1 -1
drivers/input/touchscreen/lpc32xx_ts.c
··· 309 309 return error; 310 310 } 311 311 312 - static int __devexit lpc32xx_ts_remove(struct platform_device *pdev) 312 + static int lpc32xx_ts_remove(struct platform_device *pdev) 313 313 { 314 314 struct lpc32xx_tsc *tsc = platform_get_drvdata(pdev); 315 315 struct resource *res;
+1 -1
drivers/input/touchscreen/max11801_ts.c
··· 228 228 return error; 229 229 } 230 230 231 - static __devexit int max11801_ts_remove(struct i2c_client *client) 231 + static int max11801_ts_remove(struct i2c_client *client) 232 232 { 233 233 struct max11801_data *data = i2c_get_clientdata(client); 234 234
+1 -1
drivers/input/touchscreen/mc13783_ts.c
··· 229 229 return ret; 230 230 } 231 231 232 - static int __devexit mc13783_ts_remove(struct platform_device *pdev) 232 + static int mc13783_ts_remove(struct platform_device *pdev) 233 233 { 234 234 struct mc13783_ts_priv *priv = platform_get_drvdata(pdev); 235 235
+1 -1
drivers/input/touchscreen/mcs5000_ts.c
··· 249 249 return ret; 250 250 } 251 251 252 - static int __devexit mcs5000_ts_remove(struct i2c_client *client) 252 + static int mcs5000_ts_remove(struct i2c_client *client) 253 253 { 254 254 struct mcs5000_ts_data *data = i2c_get_clientdata(client); 255 255
+1 -1
drivers/input/touchscreen/mms114.c
··· 508 508 return error; 509 509 } 510 510 511 - static int __devexit mms114_remove(struct i2c_client *client) 511 + static int mms114_remove(struct i2c_client *client) 512 512 { 513 513 struct mms114_data *data = i2c_get_clientdata(client); 514 514
+1 -1
drivers/input/touchscreen/pcap_ts.c
··· 202 202 return err; 203 203 } 204 204 205 - static int __devexit pcap_ts_remove(struct platform_device *pdev) 205 + static int pcap_ts_remove(struct platform_device *pdev) 206 206 { 207 207 struct pcap_ts *pcap_ts = platform_get_drvdata(pdev); 208 208
+1 -1
drivers/input/touchscreen/pixcir_i2c_ts.c
··· 189 189 return error; 190 190 } 191 191 192 - static int __devexit pixcir_i2c_ts_remove(struct i2c_client *client) 192 + static int pixcir_i2c_ts_remove(struct i2c_client *client) 193 193 { 194 194 struct pixcir_i2c_ts_data *tsdata = i2c_get_clientdata(client); 195 195
+1 -1
drivers/input/touchscreen/s3c2410_ts.c
··· 365 365 * 366 366 * Free up our state ready to be removed. 367 367 */ 368 - static int __devexit s3c2410ts_remove(struct platform_device *pdev) 368 + static int s3c2410ts_remove(struct platform_device *pdev) 369 369 { 370 370 free_irq(ts.irq_tc, ts.input); 371 371 del_timer_sync(&touch_timer);
+1 -1
drivers/input/touchscreen/st1232.c
··· 206 206 return error; 207 207 } 208 208 209 - static int __devexit st1232_ts_remove(struct i2c_client *client) 209 + static int st1232_ts_remove(struct i2c_client *client) 210 210 { 211 211 struct st1232_ts_data *ts = i2c_get_clientdata(client); 212 212
+1 -1
drivers/input/touchscreen/stmpe-ts.c
··· 371 371 return 0; 372 372 } 373 373 374 - static int __devexit stmpe_ts_remove(struct platform_device *pdev) 374 + static int stmpe_ts_remove(struct platform_device *pdev) 375 375 { 376 376 struct stmpe_touch *ts = platform_get_drvdata(pdev); 377 377
+1 -1
drivers/input/touchscreen/tnetv107x-ts.c
··· 357 357 return error; 358 358 } 359 359 360 - static int __devexit tsc_remove(struct platform_device *pdev) 360 + static int tsc_remove(struct platform_device *pdev) 361 361 { 362 362 struct tsc_data *ts = platform_get_drvdata(pdev); 363 363
+1 -1
drivers/input/touchscreen/tps6507x-ts.c
··· 345 345 return error; 346 346 } 347 347 348 - static int __devexit tps6507x_ts_remove(struct platform_device *pdev) 348 + static int tps6507x_ts_remove(struct platform_device *pdev) 349 349 { 350 350 struct tps6507x_dev *tps6507x_dev = platform_get_drvdata(pdev); 351 351 struct tps6507x_ts *tsc = tps6507x_dev->ts;
+1 -1
drivers/input/touchscreen/tsc2005.c
··· 686 686 return error; 687 687 } 688 688 689 - static int __devexit tsc2005_remove(struct spi_device *spi) 689 + static int tsc2005_remove(struct spi_device *spi) 690 690 { 691 691 struct tsc2005 *ts = spi_get_drvdata(spi); 692 692
+1 -1
drivers/input/touchscreen/tsc2007.c
··· 366 366 return err; 367 367 } 368 368 369 - static int __devexit tsc2007_remove(struct i2c_client *client) 369 + static int tsc2007_remove(struct i2c_client *client) 370 370 { 371 371 struct tsc2007 *ts = i2c_get_clientdata(client); 372 372 struct tsc2007_platform_data *pdata = client->dev.platform_data;
+1 -1
drivers/input/touchscreen/ucb1400_ts.c
··· 397 397 return error; 398 398 } 399 399 400 - static int __devexit ucb1400_ts_remove(struct platform_device *pdev) 400 + static int ucb1400_ts_remove(struct platform_device *pdev) 401 401 { 402 402 struct ucb1400_ts *ucb = pdev->dev.platform_data; 403 403
+1 -1
drivers/input/touchscreen/w90p910_ts.c
··· 301 301 return err; 302 302 } 303 303 304 - static int __devexit w90x900ts_remove(struct platform_device *pdev) 304 + static int w90x900ts_remove(struct platform_device *pdev) 305 305 { 306 306 struct w90p910_ts *w90p910_ts = platform_get_drvdata(pdev); 307 307 struct resource *res;
+1 -1
drivers/input/touchscreen/wacom_i2c.c
··· 225 225 return error; 226 226 } 227 227 228 - static int __devexit wacom_i2c_remove(struct i2c_client *client) 228 + static int wacom_i2c_remove(struct i2c_client *client) 229 229 { 230 230 struct wacom_i2c *wac_i2c = i2c_get_clientdata(client); 231 231
+1 -1
drivers/input/touchscreen/wm831x-ts.c
··· 381 381 return error; 382 382 } 383 383 384 - static __devexit int wm831x_ts_remove(struct platform_device *pdev) 384 + static int wm831x_ts_remove(struct platform_device *pdev) 385 385 { 386 386 struct wm831x_ts *wm831x_ts = platform_get_drvdata(pdev); 387 387