media: i2c: Remove .s_power() from ov7251
authorDaniel Scally <djrscally@gmail.com>
Tue, 15 Feb 2022 23:07:36 +0000 (23:07 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:44 +0000 (16:04 +0000)
commit26a3ede5b4b4be6ca4157efb13a6602241276d18
treeeb982eb30f9d3914f32620058dc5692a55711247
parenta24fa68bd47ee44f077c9ba30e18be455ac97f2b
media: i2c: Remove .s_power() from ov7251

The .s_power() callback is deprecated, and now that we have pm_runtime
functionality in the driver there's no further use for it. Delete the
function.

Signed-off-by: Daniel Scally <djrscally@gmail.com>
Reported-by: kernel test robot <lkp@intel.com>
drivers/media/i2c/ov7251.c