summaryrefslogtreecommitdiffstats
path: root/drivers/peci/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/peci/internal.h')
-rw-r--r--drivers/peci/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/peci/internal.h b/drivers/peci/internal.h
index 9d75ea54504c..8a896c256c5f 100644
--- a/drivers/peci/internal.h
+++ b/drivers/peci/internal.h
@@ -81,7 +81,7 @@ extern const struct attribute_group *peci_device_groups[];
int peci_device_create(struct peci_controller *controller, u8 addr);
void peci_device_destroy(struct peci_device *device);
-extern struct bus_type peci_bus_type;
+extern const struct bus_type peci_bus_type;
extern const struct attribute_group *peci_bus_groups[];
/**