diff options
-rw-r--r-- | drivers/amba/bus.c | 1 |
1 files changed, 1 insertions, 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 = { | |||
197 | .pm = &amba_pm, | 197 | .pm = &amba_pm, |
198 | .force_dma = true, | 198 | .force_dma = true, |
199 | }; | 199 | }; |
200 | EXPORT_SYMBOL_GPL(amba_bustype); | ||
200 | 201 | ||
201 | static int __init amba_init(void) | 202 | static int __init amba_init(void) |
202 | { | 203 | { |