From: <bob...@us...> - 2007-07-19 01:06:19
|
Revision: 1178 http://svn.sourceforge.net/hackndev/?rev=1178&view=rev Author: bobofdoom Date: 2007-07-18 18:06:17 -0700 (Wed, 18 Jul 2007) Log Message: ----------- L4P: Added deprecation warning to pxapwm_bl. Modified Paths: -------------- linux4palm/linux/trunk/drivers/video/backlight/pxapwm_bl.c Modified: linux4palm/linux/trunk/drivers/video/backlight/pxapwm_bl.c =================================================================== --- linux4palm/linux/trunk/drivers/video/backlight/pxapwm_bl.c 2007-07-18 13:08:16 UTC (rev 1177) +++ linux4palm/linux/trunk/drivers/video/backlight/pxapwm_bl.c 2007-07-19 01:06:17 UTC (rev 1178) @@ -8,6 +8,10 @@ * */ +#warning --------------------------------------------------------------------- +#warning PXA PWM backlight driver is deperecated, please use corgi_bl instead. +#warning --------------------------------------------------------------------- + #include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |