1
0
Fork 0

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
hifive-unleashed-5.1
Aaro Koskinen 2018-11-22 00:37:28 +02:00 committed by Paul Burton
parent 75a9da11fe
commit fa1d2e3ffa
No known key found for this signature in database
GPG Key ID: 3EA79FACB57500DD
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ out:
}
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", },