commit | 689eecdf4ee2639dccd4ebe8d79e77d5a6f36a9b | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Dec 12 13:13:48 2012 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed Dec 12 13:14:16 2012 +0100 |
tree | 507520bb7a9e9824a29dcb7908b921c73820d593 | |
parent | 790e7f287aec48d95fd18df4a40e61df61206be7 [diff] |
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>