提交 7be620f7 编写于 作者: T Tony Lindgren

ARM: OMAP: Fix dpll_data compile error when omap2 only is selected

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: NTony Lindgren <tony@atomide.com>
上级 5bb01a99
...@@ -165,8 +165,8 @@ struct dpll_data { ...@@ -165,8 +165,8 @@ struct dpll_data {
u8 auto_recal_bit; u8 auto_recal_bit;
u8 recal_en_bit; u8 recal_en_bit;
u8 recal_st_bit; u8 recal_st_bit;
u8 flags;
# endif # endif
u8 flags;
}; };
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册