提交 5a1819e3 编写于 作者: T Tobias Klauser 提交者: Tomi Valkeinen

OMAP: DSS2: storage class should be before const qualifier

The C99 specification states in section 6.11.5:

The placement of a storage-class specifier other than at the beginning
of the declaration specifiers in a declaration is an obsolescent
feature.
Signed-off-by: NTobias Klauser <tklauser@distanz.ch>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@nokia.com>
上级 9fe6206f
...@@ -277,8 +277,8 @@ struct omap_video_timings { ...@@ -277,8 +277,8 @@ struct omap_video_timings {
* identify the mode, and does not actually use the configs * identify the mode, and does not actually use the configs
* itself. However, the configs should be something that * itself. However, the configs should be something that
* a normal monitor can also show */ * a normal monitor can also show */
const extern struct omap_video_timings omap_dss_pal_timings; extern const struct omap_video_timings omap_dss_pal_timings;
const extern struct omap_video_timings omap_dss_ntsc_timings; extern const struct omap_video_timings omap_dss_ntsc_timings;
#endif #endif
struct omap_overlay_info { struct omap_overlay_info {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册