VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Kim Phillips <kim.phillips@arm.com> 2018-05-14 21:51:55 +0100 committer: Russell King <rmk+kernel@armlinux.org.uk> 2018-05-19 11:53:46 +0100 commit: e9ac68c34f70a0c8d51ee63d259f7c8e79b362c1 parent: db4667a800175ede09d80fbd391c2578541121dd
Commit Summary:
ARM: 8773/1: amba: Export amba_bustype
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c
index 594c228d2f02..12283bd06733 100644
--- a/drivers/amba/bus.c
+++ b/drivers/amba/bus.c
@@ -197,6 +197,7 @@ struct bus_type amba_bustype = {
 	.pm		= &amba_pm,
 	.force_dma	= true,
 };
+EXPORT_SYMBOL_GPL(amba_bustype);
 
 static int __init amba_init(void)
 {