Fabio Estevam [off-list ref] writes:
Hi Arnaud,
Hi,
quoted hunk
--- On Tue, 10/19/10, Arnaud Patard <arnaud.patard@rtp-net.org> wrote:
...
quoted
+void mx51_efikamx_reset(int mode, const char *cmd)
+{
+??? if (system_rev == 0x11)
+??? ???
Couldn't it be void mx51_efikamx_reset(void) instead?
'mode' and 'cmd' are not being used.
I took the same prototype as arch_reset() but I can remove it (and will
do).
Thanks,
Arnaud