lkml.org 
[lkml]   [2022]   [Aug]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 17/26] thermal/core/of: Remove of_thermal_get_ntrips()
    Date
    Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
    ---
    drivers/thermal/thermal_core.h | 5 -----
    drivers/thermal/thermal_of.c | 16 ----------------
    2 files changed, 21 deletions(-)

    diff --git a/drivers/thermal/thermal_core.h b/drivers/thermal/thermal_core.h
    index 04565746afbf..ed60b3be9082 100644
    --- a/drivers/thermal/thermal_core.h
    +++ b/drivers/thermal/thermal_core.h
    @@ -143,13 +143,8 @@ thermal_cooling_device_stats_update(struct thermal_cooling_device *cdev,

    /* device tree support */
    #ifdef CONFIG_THERMAL_OF
    -int of_thermal_get_ntrips(struct thermal_zone_device *);
    bool of_thermal_is_trip_valid(struct thermal_zone_device *, int);
    #else
    -static inline int of_thermal_get_ntrips(struct thermal_zone_device *tz)
    -{
    - return 0;
    -}
    static inline bool of_thermal_is_trip_valid(struct thermal_zone_device *tz,
    int trip)
    {
    diff --git a/drivers/thermal/thermal_of.c b/drivers/thermal/thermal_of.c
    index d8bba0009194..d1208b196b21 100644
    --- a/drivers/thermal/thermal_of.c
    +++ b/drivers/thermal/thermal_of.c
    @@ -19,22 +19,6 @@

    #include "thermal_core.h"

    -/**
    - * of_thermal_get_ntrips - function to export number of available trip
    - * points.
    - * @tz: pointer to a thermal zone
    - *
    - * This function is a globally visible wrapper to get number of trip points
    - * stored in the local struct __thermal_zone
    - *
    - * Return: number of available trip points, -ENODEV when data not available
    - */
    -int of_thermal_get_ntrips(struct thermal_zone_device *tz)
    -{
    - return tz->num_trips;
    -}
    -EXPORT_SYMBOL_GPL(of_thermal_get_ntrips);
    -
    /**
    * of_thermal_is_trip_valid - function to check if trip point is valid
    *
    --
    2.34.1
    \
     
     \ /
      Last update: 2022-08-10 00:10    [W:3.289 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site