aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tc/tc-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tc/tc-driver.c')
-rw-r--r--drivers/tc/tc-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tc/tc-driver.c b/drivers/tc/tc-driver.c
index d45f2c1ff341..1c9d983a5a1f 100644
--- a/drivers/tc/tc-driver.c
+++ b/drivers/tc/tc-driver.c
@@ -95,7 +95,7 @@ static int tc_bus_match(struct device *dev, struct device_driver *drv)
return 0;
}
-struct bus_type tc_bus_type = {
+const struct bus_type tc_bus_type = {
.name = "tc",
.match = tc_bus_match,
};