[media] v4l: vsp1: Remove unused module read functions
[deliverable/linux.git] / drivers / media / platform / vsp1 / vsp1_lut.c
index 656ec272a414b6c0bbfb00f5cd0409d4489368d5..9e33caa9c616cc4d212773226b99afb791e93418 100644 (file)
  * Device Access
  */
 
-static inline u32 vsp1_lut_read(struct vsp1_lut *lut, u32 reg)
-{
-       return vsp1_read(lut->entity.vsp1, reg);
-}
-
 static inline void vsp1_lut_write(struct vsp1_lut *lut, u32 reg, u32 data)
 {
        vsp1_write(lut->entity.vsp1, reg, data);
This page took 0.026869 seconds and 5 git commands to generate.