Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit de1d815f authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Move AMBA bus code to drivers/amba/



Make the AMBA bus code visible to other architectures.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 123656d4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
#

obj-y				+= rtctime.o
obj-$(CONFIG_ARM_AMBA)		+= amba.o
obj-$(CONFIG_ARM_GIC)		+= gic.o
obj-$(CONFIG_ICST525)		+= icst525.o
obj-$(CONFIG_ICST307)		+= icst307.o
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ obj-$(CONFIG_ACPI) += acpi/
# PnP must come after ACPI since it will eventually need to check if acpi
# was used and do nothing if so
obj-$(CONFIG_PNP)		+= pnp/
obj-$(CONFIG_ARM_AMBA)		+= amba/

# char/ comes before serial/ etc so that the VT console is the boot-time
# default.

drivers/amba/Makefile

0 → 100644
+2 −0
Original line number Diff line number Diff line
obj-y		+= bus.o
+0 −0

File moved.