Skip to content

Commit 7b9148d

Browse files
Ojaswin Mujoogregkh
authored andcommitted
staging: vchiq: Combine vchiq platform code into single file
Combine the vchiq platform initialization code into a single file by merging vchiq_2835_arm.c into vchiq_arm.c Reviewed-by: Stefan Wahren <[email protected]> Signed-off-by: Ojaswin Mujoo <[email protected]> Link: https://lore.kernel.org/r/647cad50aa3306d1a49bacff76eaa3130fb363f4.1626882325.git.ojaswin98@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2b5930f commit 7b9148d

File tree

3 files changed

+535
-565
lines changed

3 files changed

+535
-565
lines changed

drivers/staging/vc04_services/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ obj-$(CONFIG_BCM2835_VCHIQ) += vchiq.o
44
vchiq-objs := \
55
interface/vchiq_arm/vchiq_core.o \
66
interface/vchiq_arm/vchiq_arm.o \
7-
interface/vchiq_arm/vchiq_2835_arm.o \
87
interface/vchiq_arm/vchiq_debugfs.o \
98
interface/vchiq_arm/vchiq_connected.o \
109

0 commit comments

Comments
 (0)