diff options
Diffstat (limited to 'drivers/tc')
-rw-r--r-- | drivers/tc/tc-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tc/tc-driver.c b/drivers/tc/tc-driver.c index d45f2c1ff3..1c9d983a5a 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, }; |