|
@@ -264,7 +264,6 @@ static const struct platform_device_id cht_wc_opregion_id_table[] = {
|
|
|
{ .name = "cht_wcove_region" },
|
|
|
{},
|
|
|
};
|
|
|
-MODULE_DEVICE_TABLE(platform, cht_wc_opregion_id_table);
|
|
|
|
|
|
static struct platform_driver intel_cht_wc_pmic_opregion_driver = {
|
|
|
.probe = intel_cht_wc_pmic_opregion_probe,
|
|
@@ -273,8 +272,4 @@ static struct platform_driver intel_cht_wc_pmic_opregion_driver = {
|
|
|
},
|
|
|
.id_table = cht_wc_opregion_id_table,
|
|
|
};
|
|
|
-module_platform_driver(intel_cht_wc_pmic_opregion_driver);
|
|
|
-
|
|
|
-MODULE_DESCRIPTION("Intel CHT Whiskey Cove PMIC operation region driver");
|
|
|
-MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
|
|
|
-MODULE_LICENSE("GPL");
|
|
|
+builtin_platform_driver(intel_cht_wc_pmic_opregion_driver);
|