Skip to content

Commit 2beeddb

Browse files
Umang Jaingregkh
Umang Jain
authored andcommitted
staging: vc04_services: Drop __VCCOREVER__ remnants
Commit 8ba5f91 ("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 <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3f954e2 commit 2beeddb

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

drivers/staging/vc04_services/bcm2835-audio/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
obj-$(CONFIG_SND_BCM2835) += snd-bcm2835.o
33
snd-bcm2835-objs := bcm2835.o bcm2835-ctl.o bcm2835-pcm.o bcm2835-vchiq.o
44

5-
ccflags-y += -I $(srctree)/$(src)/../include -D__VCCOREVER__=0x04000000
5+
ccflags-y += -I $(srctree)/$(src)/../include

drivers/staging/vc04_services/bcm2835-camera/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ obj-$(CONFIG_VIDEO_BCM2835) += bcm2835-v4l2.o
77

88
ccflags-y += \
99
-I $(srctree)/$(src)/.. \
10-
-I $(srctree)/$(src)/../vchiq-mmal/ \
11-
-D__VCCOREVER__=0x04000000
10+
-I $(srctree)/$(src)/../vchiq-mmal/

drivers/staging/vc04_services/vchiq-mmal/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ obj-$(CONFIG_BCM2835_VCHIQ_MMAL) += bcm2835-mmal-vchiq.o
55

66
ccflags-y += \
77
-I$(srctree)/$(src)/.. \
8-
-I$(srctree)/$(src)/../include \
9-
-D__VCCOREVER__=0x04000000
8+
-I$(srctree)/$(src)/../include

0 commit comments

Comments
 (0)