Add bits for future expansion of omap_chip_id type field. This is needed to accomodate 3630ES1 chip id which is bit10 Signed-off-by: Vikram Pandita <vikram.pandita@xxxxxx> Signed-off-by: Menon, Nishanth <nm@xxxxxx> --- arch/arm/plat-omap/include/plat/cpu.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/cpu.h b/arch/arm/plat-omap/include/plat/cpu.h index 7cb0556..922bf1c 100644 --- a/arch/arm/plat-omap/include/plat/cpu.h +++ b/arch/arm/plat-omap/include/plat/cpu.h @@ -45,7 +45,7 @@ int omap_type(void); struct omap_chip_id { u8 oc; - u8 type; + u32 type; }; #define OMAP_CHIP_INIT(x) { .oc = x } -- 1.6.5.rc1.19.g8426 -- 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