* [PATCH] ARM: OMAP: Fix dpll_data compile error when omap2 only is selected
@ 2011-11-10 20:05 Tony Lindgren
0 siblings, 0 replies; only message in thread
From: Tony Lindgren @ 2011-11-10 20:05 UTC (permalink / raw)
To: linux-omap; +Cc: linux-arm-kernel, Paul Walmsley
Without this patch we get the following error:
arch/arm/mach-omap2/clkt_dpll.c: In function '_dpll_test_fint':
arch/arm/mach-omap2/clkt_dpll.c:98: error: 'struct dpll_data' has no member named 'flags'
Signed-off-by: Tony Lindgren <tony@atomide.com>
diff --git a/arch/arm/plat-omap/include/plat/clock.h b/arch/arm/plat-omap/include/plat/clock.h
index 197ca03..eb73ab4 100644
--- a/arch/arm/plat-omap/include/plat/clock.h
+++ b/arch/arm/plat-omap/include/plat/clock.h
@@ -165,8 +165,8 @@ struct dpll_data {
u8 auto_recal_bit;
u8 recal_en_bit;
u8 recal_st_bit;
- u8 flags;
# endif
+ u8 flags;
};
#endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-10 20:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 20:05 [PATCH] ARM: OMAP: Fix dpll_data compile error when omap2 only is selected Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox