projects
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dmi: Mark all struct dmi_system_id instances const
[linux.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
gpio
/
base.c
diff --git
a/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c
b/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c
index 4a57defc99b38ae2de923ba830b0c70de9dff24a..1399d923d44623940c000dc0a54be40865e75624 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/subdev/gpio/base.c
@@
-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.