From: Lothar Waßmann Date: Wed, 5 Dec 2012 15:34:41 +0000 (+0100) Subject: pwm: i.MX: eliminate build warning X-Git-Tag: v3.8-rc1~49^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=983290b0625628448ea8907243e3cbceda0a8d74;p=pandora-kernel.git pwm: i.MX: eliminate build warning compiling the i.MX pwm driver produces the following warning: |drivers/pwm/pwm-imx.c: In function 'imx_pwm_probe': |drivers/pwm/pwm-imx.c:281:7: warning: assignment discards qualifiers from pointer target type Apply a 'const' attribute to the affected variable declaration. Signed-off-by: Lothar Waßmann Acked-by: Sascha Hauer Signed-off-by: Thierry Reding --- Reading git-diff-tree failed