dmi: Mark all struct dmi_system_id instances const
[linux.git] / drivers / gpu / drm / nouveau / nvkm / subdev / gpio / base.c
index 4a57defc99b38ae2de923ba830b0c70de9dff24a..1399d923d44623940c000dc0a54be40865e75624 100644 (file)
@@ -171,7 +171,7 @@ nvkm_gpio_fini(struct nvkm_subdev *subdev, bool suspend)
        return 0;
 }
 
-static struct dmi_system_id gpio_reset_ids[] = {
+static const struct dmi_system_id gpio_reset_ids[] = {
        {
                .ident = "Apple Macbook 10,1",
                .matches = {
This page took 0.03149 seconds and 4 git commands to generate.