static const struct platform_device_id hi6421_regulator_table[] = {
{ .name = "hi6421-regulator" },
- {},
+ { }
};
MODULE_DEVICE_TABLE(platform, hi6421_regulator_table);
static const struct platform_device_id hi6421v530_regulator_table[] = {
{ .name = "hi6421v530-regulator" },
- {},
+ { }
};
MODULE_DEVICE_TABLE(platform, hi6421v530_regulator_table);
static const struct platform_device_id hi6421_spmi_regulator_table[] = {
{ .name = "hi6421v600-regulator" },
- {},
+ { }
};
MODULE_DEVICE_TABLE(platform, hi6421_spmi_regulator_table);
static const struct platform_device_id hi655x_regulator_table[] = {
{ .name = "hi655x-regulator" },
- {},
+ { }
};
MODULE_DEVICE_TABLE(platform, hi655x_regulator_table);
};
static const struct platform_device_id max77620_regulator_devtype[] = {
- { .name = "max77620-pmic", },
- { .name = "max20024-pmic", },
- { .name = "max77663-pmic", },
- {},
+ { .name = "max77620-pmic" },
+ { .name = "max20024-pmic" },
+ { .name = "max77663-pmic" },
+ { }
};
MODULE_DEVICE_TABLE(platform, max77620_regulator_devtype);