MIPS: Octeon: Mark octeon_model_get_string() with __init

Mark octeon_model_get_string() with __init and make internal functions
static.

Signed-off-by: Aaro Koskinen <aaro.koskinen@nsn.com>
Cc: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7668/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Aaro Koskinen
2014-09-08 18:25:43 +03:00
committed by Ralf Baechle
parent 653e052881
commit da85e36495
3 changed files with 5 additions and 7 deletions

View File

@@ -451,6 +451,4 @@ static inline uint32_t cvmx_octeon_num_cores(void)
return cvmx_pop(ciu_fuse);
}
uint8_t cvmx_fuse_read_byte(int byte_addr);
#endif /* __CVMX_H__ */