Hi Laurent > > #include <linux/platform_data/rcar-du.h> > > #include <linux/platform_device.h> > > #include <linux/phy.h> > > +#include <linux/regulator/driver.h> > > I might be mistaken, but is this header really needed ? Unfortunately, the compile will error without it. regulator_xxx / REGULATOR_XXX need it > > +static struct fixed_voltage_config vcc_sdhi##idx##_info = { \ > > You can make this structure const. (snip) > > +static struct gpio_regulator_config vccq_sdhi##idx##_info = { \ > > You can make this structure const. I see. Thank you Best regards --- Kuninori Morimoto -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html