aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/amba/bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/amba/bus.c')
-rw-r--r--drivers/amba/bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/amba/bus.c b/drivers/amba/bus.c
index e7df019d29d4..ca96b0a26303 100644
--- a/drivers/amba/bus.c
+++ b/drivers/amba/bus.c
@@ -106,7 +106,7 @@ static struct device_attribute amba_dev_attrs[] = {
106 * Primecells are part of the Advanced Microcontroller Bus Architecture, 106 * Primecells are part of the Advanced Microcontroller Bus Architecture,
107 * so we call the bus "amba". 107 * so we call the bus "amba".
108 */ 108 */
109static struct bus_type amba_bustype = { 109struct bus_type amba_bustype = {
110 .name = "amba", 110 .name = "amba",
111 .dev_attrs = amba_dev_attrs, 111 .dev_attrs = amba_dev_attrs,
112 .match = amba_match, 112 .match = amba_match,