commit | f0c27993e42e801b1bd0c168809ccdbc5e05f9f3 | [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 | ea40a05422bdc87a7af5dc349e8adce59f982e72 [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>