diff options
author | Sakari Ailus | 2016-08-31 14:38:54 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2016-09-05 20:53:20 +0200 |
commit | e62c30e76829d46bf11d170fd81b735f13a014ac (patch) | |
tree | 2404b9057cd649fceb298da1b1712c642f8c8fe6 /include/media | |
parent | [media] smiapp: Switch to gpiod API for GPIO control (diff) | |
download | kernel-qcow2-linux-e62c30e76829d46bf11d170fd81b735f13a014ac.tar.gz kernel-qcow2-linux-e62c30e76829d46bf11d170fd81b735f13a014ac.tar.xz kernel-qcow2-linux-e62c30e76829d46bf11d170fd81b735f13a014ac.zip |
[media] smiapp: Remove set_xclk() callback from hwconfig
The clock framework is generally so well supported that there's no reason
to keep this one around.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/i2c/smiapp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/i2c/smiapp.h b/include/media/i2c/smiapp.h index eacc3f4e3deb..635007e7441a 100644 --- a/include/media/i2c/smiapp.h +++ b/include/media/i2c/smiapp.h @@ -73,8 +73,6 @@ struct smiapp_hwconfig { enum smiapp_module_board_orient module_board_orient; struct smiapp_flash_strobe_parms *strobe_setup; - - int (*set_xclk)(struct v4l2_subdev *sd, int hz); }; #endif /* __SMIAPP_H_ */ |