X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fthermal%2Fthermal.c;h=7f79bbf652d7483c1a11f1b793973f0eddf345f4;hb=f5c90e85dc77669a55fecfb593bb8e7f47374ee2;hp=8b86e53ccf7a081586d32d09350dce072f2ef75e;hpb=d2532dd20a126020de407c1c2476a75b53fce7ac;p=linux-2.6 diff --git a/drivers/thermal/thermal.c b/drivers/thermal/thermal.c index 8b86e53ccf..7f79bbf652 100644 --- a/drivers/thermal/thermal.c +++ b/drivers/thermal/thermal.c @@ -196,6 +196,10 @@ static struct device_attribute trip_point_attrs[] = { __ATTR(trip_point_8_temp, 0444, trip_point_temp_show, NULL), __ATTR(trip_point_9_type, 0444, trip_point_type_show, NULL), __ATTR(trip_point_9_temp, 0444, trip_point_temp_show, NULL), + __ATTR(trip_point_10_type, 0444, trip_point_type_show, NULL), + __ATTR(trip_point_10_temp, 0444, trip_point_temp_show, NULL), + __ATTR(trip_point_11_type, 0444, trip_point_type_show, NULL), + __ATTR(trip_point_11_temp, 0444, trip_point_temp_show, NULL), }; #define TRIP_POINT_ATTR_ADD(_dev, _index, result) \