projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
regulator: Support disabling of unused regulators by machines
[linux-2.6]
/
drivers
/
video
/
p9100.c
diff --git
a/drivers/video/p9100.c
b/drivers/video/p9100.c
index
9e90345
..
7000f2c
100644
(file)
--- a/
drivers/video/p9100.c
+++ b/
drivers/video/p9100.c
@@
-349,7
+349,7
@@
static int __devexit p9100_remove(struct of_device *op)
return 0;
}
-static struct of_device_id p9100_match[] = {
+static
const
struct of_device_id p9100_match[] = {
{
.name = "p9100",
},