Home
last modified time | relevance | path

Searched hist:"1 a6e1004f3225bebbe27e1575c22484a56e96f56" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dint3401_thermal.cdiff 1a6e1004f3225bebbe27e1575c22484a56e96f56 Fri Aug 04 04:21:01 CDT 2023 Yang Yingliang <yangyingliang@huawei.com> thermal: intel: int340x: simplify the code with module_platform_driver()

The init/exit() of the driver only calls platform_driver_{un}register(),
so it can be simpilfied by using module_platform_driver().

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>