HID: intel-ish-hid: constify device_type structure
[platform/kernel/linux-exynos.git] / drivers / hid / intel-ish-hid / ishtp / bus.c
index f4cbc74..5f382fe 100644 (file)
@@ -358,7 +358,7 @@ static void ishtp_cl_dev_release(struct device *dev)
        kfree(to_ishtp_cl_device(dev));
 }
 
-static struct device_type ishtp_cl_device_type = {
+static const struct device_type ishtp_cl_device_type = {
        .release        = ishtp_cl_dev_release,
 };