video: sprd: remove build warnings
[profile/mobile/platform/kernel/u-boot-tm1.git] / drivers / video / sprdfb / sprdfb_dispc.c
index 59b3181..97a8787 100644 (file)
@@ -28,11 +28,6 @@ extern void sprdfb_panel_invalidate_rect(struct panel_spec *self,
                                uint16_t left, uint16_t top,
                                uint16_t right, uint16_t bottom);
 
-static void __raw_bits_and(unsigned int v, unsigned int a)
-{
-       __raw_writel((__raw_readl(a) & v), a);
-}
-
 /* dispc soft reset */
 static void dispc_reset(void)
 {