mirror of https://gitee.com/openkylin/linux.git
MIPS: OCTEON: octeon-platform: make octeon_ids static
Make octeon_ids static. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/21208/ Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@linux-mips.org
This commit is contained in:
parent
75a9da11fe
commit
fa1d2e3ffa
|
@ -440,7 +440,7 @@ static int __init octeon_rng_device_init(void)
|
|||
}
|
||||
device_initcall(octeon_rng_device_init);
|
||||
|
||||
const struct of_device_id octeon_ids[] __initconst = {
|
||||
static const struct of_device_id octeon_ids[] __initconst = {
|
||||
{ .compatible = "simple-bus", },
|
||||
{ .compatible = "cavium,octeon-6335-uctl", },
|
||||
{ .compatible = "cavium,octeon-5750-usbn", },
|
||||
|
|
Loading…
Reference in New Issue