mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 11:23:09 -04:00
media: camss: Remove unused static function
vfe_reg_clr() is not used in camss-vfe-170.c, and can be removed. Signed-off-by: Robert Foss <robert.foss@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
820ef3aa40
commit
7225436dd8
@@ -191,13 +191,6 @@ static u32 vfe_hw_version(struct vfe_device *vfe)
|
||||
return hw_version;
|
||||
}
|
||||
|
||||
static inline void vfe_reg_clr(struct vfe_device *vfe, u32 reg, u32 clr_bits)
|
||||
{
|
||||
u32 bits = readl_relaxed(vfe->base + reg);
|
||||
|
||||
writel_relaxed(bits & ~clr_bits, vfe->base + reg);
|
||||
}
|
||||
|
||||
static inline void vfe_reg_set(struct vfe_device *vfe, u32 reg, u32 set_bits)
|
||||
{
|
||||
u32 bits = readl_relaxed(vfe->base + reg);
|
||||
|
||||
Reference in New Issue
Block a user