summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorUwe Kleine-Koenig <ukleinek@informatik.uni-freiburg.de>2008-09-24 13:39:21 +0200
committerJean Delvare <khali@mahadeva.delvare>2008-09-24 13:39:21 +0200
commit4ebb52d34fac2904e541ccfa8e32126db836fa92 (patch)
tree38ca11136004f87e0f0a4d853d08a83581f71e80 /include/linux/timerqueue.h
parentfb478da5ba69ecf40729ae8ab37ca406b1e5be48 (diff)
downloadkernel-4ebb52d34fac2904e541ccfa8e32126db836fa92.tar.gz
i2c-powermac: Fix section for probe and remove functions
__devexit for i2c_powermac_probe is obviously wrong. In the definition of struct platform_driver i2c_powermac_driver the remove function i2c_powermac_remove is wrapped in __devexit_p, so it should be defined using __devexit. Signed-off-by: Uwe Kleine-Koenig <ukleinek@informatik.uni-freiburg.de> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions
03a'>mc13783-regulator: fix vaild voltage range checking for mc13783_fixed_regulat...Axel Lin 2010-04-19mc13783-regulator: fix a memory leak in mc13783_regulator_removeAxel Lin 2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo 2010-03-03regulator: mc13783: consider Power Gates as digital regulators.Alberto Panizzo 2010-03-03regulator: add voltage selection capability to mc13783 regulators v2 .Alberto Panizzo 2009-12-17regulator: mc13783-regulator: correct the probing time.Alberto Panizzo 2009-12-17regulator/mc13783: various cleanupsUwe Kleine-König 2009-12-17regulator/mc13783: rename source file to match other driversUwe Kleine-König