diff options
| author | Lars-Peter Clausen <[email protected]> | 2013-03-10 14:34:08 +0100 |
|---|---|---|
| committer | Anton Vorontsov <[email protected]> | 2013-03-24 19:55:03 -0700 |
| commit | 92413a9bee1299cedcc0e5cfbfbc6b42496fb817 (patch) | |
| tree | 4a76bb2e56f3ed69fe23a8ec5c2ad83cfb0a9b36 /include/linux/timerqueue.h | |
| parent | 8bb9660418e05bb1845ac1a2428444d78e322cc7 (diff) | |
pm2301_charger: Remove __dev* annotations
The removal of __devinit and friends seems to have overlapped with the
addition of the pm2301_charger driver. Currently the driver fails to build
with the following errors:
drivers/power/pm2301_charger.c:843:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pm2xxx_wall_charger_probe'
drivers/power/pm2301_charger.c:1013:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'pm2xxx_wall_charger_remove'
drivers/power/pm2301_charger.c:1049:11: error: 'pm2xxx_wall_charger_probe' undeclared here (not in a function)
drivers/power/pm2301_charger.c:1050:2: error: implicit declaration of function '__devexit_p'
drivers/power/pm2301_charger.c:1050:24: error: 'pm2xxx_wall_charger_remove' undeclared here (not in a function)
This patch removes the __dev* annotations, which fixes the build errors.
Cc: Lee Jones <[email protected]>
Signed-off-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Signed-off-by: Anton Vorontsov <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions