Skip to content

Commit

Permalink
staging: vchiq: Combine vchiq platform code into single file
Browse files Browse the repository at this point in the history
Combine the vchiq platform initialization code into a single file by
merging vchiq_2835_arm.c into vchiq_arm.c

Reviewed-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Ojaswin Mujoo <ojaswin98@gmail.com>
Link: https://lore.kernel.org/r/647cad50aa3306d1a49bacff76eaa3130fb363f4.1626882325.git.ojaswin98@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Ojaswin Mujoo authored and Greg Kroah-Hartman committed Jul 27, 2021
1 parent 2b5930f commit 7b9148d
Show file tree
Hide file tree
Showing 3 changed files with 535 additions and 565 deletions.
1 change: 0 additions & 1 deletion drivers/staging/vc04_services/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ obj-$(CONFIG_BCM2835_VCHIQ) += vchiq.o
vchiq-objs := \
interface/vchiq_arm/vchiq_core.o \
interface/vchiq_arm/vchiq_arm.o \
interface/vchiq_arm/vchiq_2835_arm.o \
interface/vchiq_arm/vchiq_debugfs.o \
interface/vchiq_arm/vchiq_connected.o \

Expand Down
Loading

0 comments on commit 7b9148d

Please sign in to comment.