diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2015-11-08 22:34:53 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-12-15 14:41:22 +0100 |
commit | 16379ad8552e183b4cf41a177ed2bad1e44d383d (patch) | |
tree | ed35f81b6eb6ee94f53e2b8b524b18f501090693 /drivers/video/fbdev/geode/video_cs5530.h | |
parent | simplefb: Claim and enable regulators (diff) | |
download | linux-16379ad8552e183b4cf41a177ed2bad1e44d383d.tar.xz linux-16379ad8552e183b4cf41a177ed2bad1e44d383d.zip |
video: constify geode ops structures
These geode ops structures are never modified, so declare them as const.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/geode/video_cs5530.h')
-rw-r--r-- | drivers/video/fbdev/geode/video_cs5530.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/geode/video_cs5530.h b/drivers/video/fbdev/geode/video_cs5530.h index 56cecca7f1ce..c843348bfa20 100644 --- a/drivers/video/fbdev/geode/video_cs5530.h +++ b/drivers/video/fbdev/geode/video_cs5530.h @@ -15,7 +15,7 @@ #ifndef __VIDEO_CS5530_H__ #define __VIDEO_CS5530_H__ -extern struct geode_vid_ops cs5530_vid_ops; +extern const struct geode_vid_ops cs5530_vid_ops; /* CS5530 Video device registers */ |