staging: vc04_services: Drop __VCCOREVER__ remnants

Commit 8ba5f91bab ("staging: vc04_services: remove __VCCOREVER__")
was meant to remove all of __VCCOREVER__ definitions but missed to
remove a few. Hence, drop them now.

Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20230120201104.606876-2-umang.jain@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
pull/938/head
Umang Jain 2023-01-21 01:40:59 +05:30 committed by Greg Kroah-Hartman
parent 3f954e227f
commit 2beeddb320
3 changed files with 3 additions and 5 deletions

View File

@ -2,4 +2,4 @@
obj-$(CONFIG_SND_BCM2835) += snd-bcm2835.o
snd-bcm2835-objs := bcm2835.o bcm2835-ctl.o bcm2835-pcm.o bcm2835-vchiq.o
ccflags-y += -I $(srctree)/$(src)/../include -D__VCCOREVER__=0x04000000
ccflags-y += -I $(srctree)/$(src)/../include

View File

@ -7,5 +7,4 @@ obj-$(CONFIG_VIDEO_BCM2835) += bcm2835-v4l2.o
ccflags-y += \
-I $(srctree)/$(src)/.. \
-I $(srctree)/$(src)/../vchiq-mmal/ \
-D__VCCOREVER__=0x04000000
-I $(srctree)/$(src)/../vchiq-mmal/

View File

@ -5,5 +5,4 @@ obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += bcm2835-mmal-vchiq.o
ccflags-y += \
-I$(srctree)/$(src)/.. \
-I$(srctree)/$(src)/../include \
-D__VCCOREVER__=0x04000000
-I$(srctree)/$(src)/../include