]> git.ipfire.org Git - ipfire-3.x.git/blob - kernel/patches/linux-pm-domain.diff
pakfire: Update to 0.9.25.
[ipfire-3.x.git] / kernel / patches / linux-pm-domain.diff
1 --- a/include/linux/pm_domain.h.orig 2012-12-22 14:10:32.684513004 +0000
2 +++ b/include/linux/pm_domain.h 2012-12-22 14:16:52.301700691 +0000
3 @@ -44,7 +44,7 @@
4 int (*thaw_early)(struct device *dev);
5 int (*thaw)(struct device *dev);
6 bool (*active_wakeup)(struct device *dev);
7 -};
8 +} __no_const;
9
10 struct gpd_cpu_data {
11 unsigned int saved_exit_latency;
12 @@ -82,7 +82,7 @@
13 bool cached_power_down_ok;
14 struct device_node *of_node; /* Node in device tree */
15 struct gpd_cpu_data *cpu_data;
16 -};
17 +} __no_const;
18
19 static inline struct generic_pm_domain *pd_to_genpd(struct dev_pm_domain *pd)
20 {