ARM: OMAP: Fix dpll_data compile error when omap2 only is selected
[pandora-kernel.git] / arch / arm / plat-omap / include / plat / clock.h
index 197ca03..eb73ab4 100644 (file)
@@ -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