diff options
| author | Julian Veit <claymore1298@gmail.com> | 2022-01-13 13:13:44 +0100 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2022-01-13 13:14:54 +0100 |
| commit | 616a020aa2994a3ef66dc48af4a7ce04ce682fdb (patch) | |
| tree | 8ac4fc2a4f7c0b570d58af26b9579fe301b55760 /drivers | |
| parent | e2ef892f94b8d077fd19d70c40e690d205404aad (diff) | |
drop definition of add __ATTR_RW() macro in favour of:
88e36ecc34e795466ea49da8808f2edd9fcac86e
Change-Id: I39ebd7c5cb99c4270e865b7b539c3529e6794e3c
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/thermal/msm_thermal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/thermal/msm_thermal.c b/drivers/thermal/msm_thermal.c index 2f5b498f5bf..86e99b62668 100644 --- a/drivers/thermal/msm_thermal.c +++ b/drivers/thermal/msm_thermal.c @@ -302,8 +302,6 @@ enum ocr_request { OPTIMUM_CURRENT_NR, }; -#define __ATTR_RW(attr) __ATTR(attr, 0644, attr##_show, attr##_store) - #define SYNC_CORE(_cpu) \ (core_ptr && cpus[_cpu].parent_ptr->sync_cluster) |
