History log of /arch/mips/fw/cfe/cfe_api.c
Revision Date Author Comments
39b6f3aa1979ad7df42474d3c63bbc7e25bd31e4 17-Jun-2013 Markos Chandras <markos.chandras@imgtec.com> MIPS: sibyte: Declare the cfe_write() buffer as constant

The write() prototype expects a const char * as argument so declare
it as such.

Fixes the following build problem:

arch/mips/sibyte/common/cfe_console.c:23:5: error: passing argument 2 of
'cfe_write' discards 'const' qualifier from pointer target type [-Werror]
arch/mips/sibyte/common/cfe_console.c:34:4: error: passing argument 2 of
'cfe_write' makes pointer from integer without a cast [-Werror]

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Acked-by: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: sibyte-users@bitmover.com
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5485/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
982f6ffeeed5ef6104cfd72e517ff9e7a9270fda 17-Sep-2009 Ralf Baechle <ralf@linux-mips.org> MIPS: Remove useless zero initializations.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
417345d8f5bacc291138c99a292a8ca69947530e 29-Oct-2007 Christoph Hellwig <hch@lst.de> [MIPS] CFE: Make code remotely resemble Linux code.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
df78b5c8faa72b3c04f82faab126de93af178348 05-Sep-2007 Aurelien Jarno <aurelien@aurel32.net> [MIPS] Move CFE code into arch/mips/fw/cfe

Move the platform independent part of the CFE code to arch/mips/fw/cfe from
arch/mips/sibyte/cfe.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>