X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Ftty%2Fhvc%2Fhvc_opal.c;fp=drivers%2Ftty%2Fhvc%2Fhvc_opal.c;h=543b234e70fc33bf728f6b30b66e0ef3048e4e1d;hb=37ff5252b3ae141eba2dcf20693484e4b53176b1;hp=071551bf3e9a559ae6ac1177f482ade55067eb42;hpb=5f6d851564a978085e23ccc41ee95cfa3a2ee43e;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/tty/hvc/hvc_opal.c b/drivers/tty/hvc/hvc_opal.c index 071551bf3e9a..543b234e70fc 100644 --- a/drivers/tty/hvc/hvc_opal.c +++ b/drivers/tty/hvc/hvc_opal.c @@ -41,7 +41,7 @@ static const char hvc_opal_name[] = "hvc_opal"; -static struct of_device_id hvc_opal_match[] = { +static const struct of_device_id hvc_opal_match[] = { { .name = "serial", .compatible = "ibm,opal-console-raw" }, { .name = "serial", .compatible = "ibm,opal-console-hvsi" }, { },