-Adds the ssi platform_device name and id to the SSI omapdev record Signed-off-by: Carlos Chinea <carlos.chinea@xxxxxxxxx> --- arch/arm/mach-omap2/omapdev3xxx.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/omapdev3xxx.h b/arch/arm/mach-omap2/omapdev3xxx.h index 199282f..dce87df 100644 --- a/arch/arm/mach-omap2/omapdev3xxx.h +++ b/arch/arm/mach-omap2/omapdev3xxx.h @@ -132,6 +132,8 @@ static struct omapdev sad2d_3xxx_omapdev = { static struct omapdev ssi_3xxx_omapdev = { .name = "ssi_omapdev", .pwrdm = { .name = "core_pwrdm" }, + .pdev_name = "omap_ssi", + .pdev_id = -1, .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430), }; -- 1.5.3.6 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html