Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
[sfrench/cifs-2.6.git] / drivers / cxl / core / port.c
index b060757c40005caf8beb3a5ede3e11942a73b4a7..da2068475fa26c5b4cea086e8433bcec77299f07 100644 (file)
@@ -1902,7 +1902,7 @@ bool schedule_cxl_memdev_detach(struct cxl_memdev *cxlmd)
 EXPORT_SYMBOL_NS_GPL(schedule_cxl_memdev_detach, CXL);
 
 /* for user tooling to ensure port disable work has completed */
-static ssize_t flush_store(struct bus_type *bus, const char *buf, size_t count)
+static ssize_t flush_store(const struct bus_type *bus, const char *buf, size_t count)
 {
        if (sysfs_streq(buf, "1")) {
                flush_workqueue(cxl_bus_wq);