|
@@ -6,7 +6,7 @@ struct blizzard_platform_data {
|
|
void (*power_down)(struct device *dev);
|
|
void (*power_down)(struct device *dev);
|
|
unsigned long (*get_clock_rate)(struct device *dev);
|
|
unsigned long (*get_clock_rate)(struct device *dev);
|
|
|
|
|
|
- unsigned te_connected : 1;
|
|
|
|
|
|
+ unsigned te_connected:1;
|
|
};
|
|
};
|
|
|
|
|
|
#endif
|
|
#endif
|