From: Fabio Estevam <redacted>
Since commit 475d00 (of: Improve prom_update_property() function) prom_update_property requires
two arguments.
Fix this in order to get rid of the following build error:
arch/arm/mach-mxs/mach-mxs.c:175:4: error: too many arguments to function 'prom_update_property'
Signed-off-by: Fabio Estevam <redacted>
---
arch/arm/mach-mxs/mach-mxs.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
From: Fabio Estevam <redacted>
Since commit 475d00 (of: Improve prom_update_property() function) prom_update_property requires
two arguments.
Fix this in order to get rid of the following build error:
arch/arm/mach-mxs/mach-mxs.c:175:4: error: too many arguments to function 'prom_update_property'
The same fix has been already send by Shawn Guo[1] and Lauri Hintsala[2]
Attila Kinali
[1] http://article.gmane.org/gmane.linux.kernel.next/23330
[2] http://article.gmane.org/gmane.linux.ports.arm.kernel/177465
--
The trouble with you, Shev, is you don't say anything until you've saved
up a whole truckload of damned heavy brick arguments and then you dump
them all out and never look at the bleeding body mangled beneath the heap
-- Tirin, The Dispossessed, U. Le Guin
From: Fabio Estevam <redacted>
Since commit 475d00 (of: Improve prom_update_property() function) prom_update_property requires
two arguments.
Fix this in order to get rid of the following build error:
arch/arm/mach-mxs/mach-mxs.c:175:4: error: too many arguments to function 'prom_update_property'
The same fix has been already send by Shawn Guo[1] and Lauri Hintsala[2]