]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: mxs: fix compile error caused by prom_update_property change
authorShawn Guo <shawn.guo@linaro.org>
Fri, 13 Jul 2012 06:13:55 +0000 (14:13 +0800)
committerOlof Johansson <olof@lixom.net>
Thu, 26 Jul 2012 05:36:39 +0000 (22:36 -0700)
commitfa7c865ad999d6ca340bca471fab7f3a3e6ae011
tree01fb2d060c3dc37f9ff7e85f9f127f863c8fa5f4
parenta6a3dd1aed31ace7c827236c53d83f4e845dcff2
ARM: mxs: fix compile error caused by prom_update_property change

The commit 475d009 (of: Improve prom_update_property() function)
changed prom_update_property interface, and causes the compile
error below.

  CC      arch/arm/mach-mxs/mach-mxs.o
arch/arm/mach-mxs/mach-mxs.c: In function ‘update_fec_mac_prop’:
arch/arm/mach-mxs/mach-mxs.c:216:4: error: too many arguments to function ‘prom_update_property’
include/linux/of.h:263:12: note: declared here

Update the caller update_fec_mac_prop to fix the error.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-mxs/mach-mxs.c