]> Pileus Git - ~andy/linux/commit
pwm: twl-led: Add .owner to struct pwm_ops
authorAxel Lin <axel.lin@ingics.com>
Sun, 31 Mar 2013 03:16:14 +0000 (11:16 +0800)
committerThierry Reding <thierry.reding@avionic-design.de>
Tue, 2 Apr 2013 09:29:57 +0000 (11:29 +0200)
commit7fa25314d534b9449d1705722eac412cad5c9042
treef451f9b4232d91a6d9da6148d31e27dbe3e183da
parent83c80dc5358270a665666ea5b9ddd24351d86354
pwm: twl-led: Add .owner to struct pwm_ops

Add missing .owner of struct pwm_ops. This prevents the module from being
removed from underneath its users.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
drivers/pwm/pwm-twl-led.c