Message ID | b5169045-7fb2-eb06-7427-25e83b3772bd@ti.com |
---|---|
State | New |
Headers | show |
Series | [v2,1/4] ARM: OMAP2+: omap_hwmod: provide space for more hwmod flags | expand |
diff --git a/arch/arm/mach-omap2/omap_hwmod.h b/arch/arm/mach-omap2/omap_hwmod.h index 7890401..9e1c4ed 100644 --- a/arch/arm/mach-omap2/omap_hwmod.h +++ b/arch/arm/mach-omap2/omap_hwmod.h @@ -698,7 +698,7 @@ struct omap_hwmod { struct list_head node; struct omap_hwmod_ocp_if *_mpu_port; unsigned int (*xlate_irq)(unsigned int); - u16 flags; + u32 flags; u8 mpu_rt_idx; u8 response_lat; u8 rst_lines_cnt;