Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e39c9047 authored by Sascha Hauer's avatar Sascha Hauer Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11612): mx3_camera: Fix compilation with CONFIG_PM

parent 9d63cec1
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1063,10 +1063,6 @@ static struct soc_camera_host_ops mx3_soc_camera_host_ops = {
	.owner		= THIS_MODULE,
	.add		= mx3_camera_add_device,
	.remove		= mx3_camera_remove_device,
#ifdef CONFIG_PM
	.suspend	= mx3_camera_suspend,
	.resume		= mx3_camera_resume,
#endif
	.set_crop	= mx3_camera_set_crop,
	.set_fmt	= mx3_camera_set_fmt,
	.try_fmt	= mx3_camera_try_fmt,