diff options
author | 2024-01-08 20:57:04 +0100 | |
---|---|---|
committer | 2024-01-08 20:57:04 +0100 | |
commit | 6b93f350e55f3f2ee071dd41109d936abfba8ebf (patch) | |
tree | 481336b357ef1c1ac4a3a7517dd20294fe9b1c45 /drivers/pwm/pwm-stm32-lp.c | |
parent | HID: magicmouse: fix kerneldoc for struct magicmouse_sc (diff) | |
parent | HID: amd_sfh: Add a new interface for exporting ALS data (diff) | |
download | wireguard-linux-6b93f350e55f3f2ee071dd41109d936abfba8ebf.tar.xz wireguard-linux-6b93f350e55f3f2ee071dd41109d936abfba8ebf.zip |
Merge branch 'for-6.8/amd-sfh' into for-linus
- addition of new interfaces to export User presence information and
Ambient light from amd-sfh to other drivers within the kernel (Basavaraj
Natikar)
Diffstat (limited to 'drivers/pwm/pwm-stm32-lp.c')
-rw-r--r-- | drivers/pwm/pwm-stm32-lp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-stm32-lp.c b/drivers/pwm/pwm-stm32-lp.c index bb3a045a7334..b67974cc1872 100644 --- a/drivers/pwm/pwm-stm32-lp.c +++ b/drivers/pwm/pwm-stm32-lp.c @@ -189,7 +189,6 @@ static int stm32_pwm_lp_get_state(struct pwm_chip *chip, } static const struct pwm_ops stm32_pwm_lp_ops = { - .owner = THIS_MODULE, .apply = stm32_pwm_lp_apply, .get_state = stm32_pwm_lp_get_state, }; |