On 01/17/2017 10:00 AM, Ralf Baechle wrote:
On Tue, Jan 17, 2017 at 06:36:44PM +0100, Alexander Sverdlin wrote:
Date: Tue, 17 Jan 2017 18:36:44 +0100
From: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx>
To: unlisted-recipients: no To-header on input <;
CC: Alexander Sverdlin <alexander.sverdlin@xxxxxxx>, Alexander Sverdlin
<alexander.sverdlin@xxxxxxxxx>, Ralf Baechle <ralf@xxxxxxxxxxxxxx>, David
Daney <david.daney@xxxxxxxxxx>, Aaro Koskinen <aaro.koskinen@xxxxxxxxx>,
"Steven J. Hill" <steven.hill@xxxxxxxxxx>, linux-mips@xxxxxxxxxxxxxx
Subject: [PATCH] octeon: prom_putchar() must be void
Content-Type: text/plain
From: Alexander Sverdlin <alexander.sverdlin@xxxxxxx>
Correct the function return type.
Thanks Alexander. There is another instance of the same issue in
arch/mips/ar7/prom.c which I'm going to take care of.
If it were declared in a common .h file, this wouldn't have ever
happened. Perhaps you should add such a declaration.
Ralf