]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: constify mips_io_port_base
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 12 Dec 2012 12:13:48 +0000 (13:13 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 12 Dec 2012 12:14:16 +0000 (13:14 +0100)
commitf0c27993e42e801b1bd0c168809ccdbc5e05f9f3
tree507520bb7a9e9824a29dcb7908b921c73820d593
parentea40a05422bdc87a7af5dc349e8adce59f982e72
MIPS: constify mips_io_port_base

mips_io_port_base is exported as 'extern const unsigned long mips_io_port_base;'
in arch/mips/include/asm/io.h. Thus make the variable const too.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/lib/board.c