X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fstaging%2Fomap-thermal%2Fomap-bandgap.h;h=2bb14bd7c6d98d27a23a0fac2f6e6dec9b5d258d;hb=c7708fac5a878d6e0f2de0aa19f9749cff4f707f;hp=78aed7535f4719cba0053d4c20bb0e2d87e55489;hpb=8fa6b970ff424539df074d71591fac6aa9d64b1f;p=~andy%2Flinux diff --git a/drivers/staging/omap-thermal/omap-bandgap.h b/drivers/staging/omap-thermal/omap-bandgap.h index 78aed7535f4..2bb14bd7c6d 100644 --- a/drivers/staging/omap-thermal/omap-bandgap.h +++ b/drivers/staging/omap-thermal/omap-bandgap.h @@ -335,14 +335,6 @@ struct temp_sensor_regval { u32 tshut_threshold; }; -/** - * struct thermal_cooling_conf - description on how to cool a thermal zone - * @freq_clip_count: size of freq_data - */ -struct thermal_cooling_conf { - int freq_clip_count; -}; - /** * struct omap_temp_sensor - bandgap temperature sensor platform data * @ts_data: pointer to struct with thresholds, limits of temperature sensor @@ -365,7 +357,6 @@ struct omap_temp_sensor { struct temp_sensor_registers *registers; struct temp_sensor_regval regval; char *domain; - struct thermal_cooling_conf cooling_data; /* for hotspot extrapolation */ const int slope; const int constant;