From: <mar...@us...> - 2007-09-24 15:12:03
|
Revision: 1338 http://hackndev.svn.sourceforge.net/hackndev/?rev=1338&view=rev Author: marex_z71 Date: 2007-09-24 08:12:00 -0700 (Mon, 24 Sep 2007) Log Message: ----------- PalmLD: stupid formating changes Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_battery.c Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_battery.c =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_battery.c 2007-09-21 15:22:10 UTC (rev 1337) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld_battery.c 2007-09-24 15:12:00 UTC (rev 1338) @@ -186,15 +186,15 @@ } -static struct device_driver palmld_wm97xx_driver = { - .name = "wm97xx-touchscreen", - .bus = &wm97xx_bus_type, - .owner = THIS_MODULE, - .probe = palmld_wm97xx_probe, - .remove = palmld_wm97xx_remove, - .suspend = palmld_wm97xx_suspend, - .resume = palmld_wm97xx_resume, - .shutdown = palmld_wm97xx_shutdown +static struct device_driver palmld_wm97xx_driver = { + .name = "wm97xx-touchscreen", + .bus = &wm97xx_bus_type, + .owner = THIS_MODULE, + .probe = palmld_wm97xx_probe, + .remove = palmld_wm97xx_remove, + .suspend = palmld_wm97xx_suspend, + .resume = palmld_wm97xx_resume, + .shutdown = palmld_wm97xx_shutdown }; #if defined(CONFIG_APM_EMULATION) || defined(CONFIG_APM_MODULE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |