[media] v4l: vsp1: Remove unused module read functions
[linux-2.6-block.git] / drivers / media / platform / vsp1 / vsp1_uds.c
index ccc8243e3493d7728167ade8486e32ebe3e48506..27ad07466ebd0d13bc128f42ebc9c8f8431ed847 100644 (file)
  * Device Access
  */
 
-static inline u32 vsp1_uds_read(struct vsp1_uds *uds, u32 reg)
-{
-       return vsp1_read(uds->entity.vsp1,
-                        reg + uds->entity.index * VI6_UDS_OFFSET);
-}
-
 static inline void vsp1_uds_write(struct vsp1_uds *uds, u32 reg, u32 data)
 {
        vsp1_write(uds->entity.vsp1,