* [PATCH] OMAP: DSS2: storage class should be before const qualifier
@ 2010-05-20 15:12 Tobias Klauser
2010-05-21 8:37 ` Tomi Valkeinen
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2010-05-20 15:12 UTC (permalink / raw)
To: tony, linux-omap
Cc: tomi.valkeinen, linux-arm-kernel, kernel-janitors, Tobias Klauser
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: Tobias Klauser <tklauser@distanz.ch>
---
arch/arm/plat-omap/include/plat/display.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h
index 1c529ce..fbbb966 100644
--- a/arch/arm/plat-omap/include/plat/display.h
+++ b/arch/arm/plat-omap/include/plat/display.h
@@ -277,8 +277,8 @@ struct omap_video_timings {
* identify the mode, and does not actually use the configs
* itself. However, the configs should be something that
* a normal monitor can also show */
-const extern 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_pal_timings;
+extern const struct omap_video_timings omap_dss_ntsc_timings;
#endif
struct omap_overlay_info {
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] OMAP: DSS2: storage class should be before const qualifier
2010-05-20 15:12 [PATCH] OMAP: DSS2: storage class should be before const qualifier Tobias Klauser
@ 2010-05-21 8:37 ` Tomi Valkeinen
0 siblings, 0 replies; 2+ messages in thread
From: Tomi Valkeinen @ 2010-05-21 8:37 UTC (permalink / raw)
To: ext Tobias Klauser
Cc: tony@atomide.com, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
kernel-janitors@vger.kernel.org
Hi,
On Thu, 2010-05-20 at 17:12 +0200, ext Tobias Klauser wrote:
> 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: Tobias Klauser <tklauser@distanz.ch>
Thanks! Applied to omap-dss tree.
Tomi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-21 8:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20 15:12 [PATCH] OMAP: DSS2: storage class should be before const qualifier Tobias Klauser
2010-05-21 8:37 ` Tomi Valkeinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).