Kevin Hilman wrote, on 11/22/2010 04:45 PM:
static inline int omap3_opp_init(void) > { > return -EINVAL; > } > +static inline int omap4_opp_init(void) > +{ > + return -EINVAL; > +} > #endifNow that these are device_initcalls, seems like they can be made static and not callable externally.
how do we handle boards that need custom opp table modifications?
-- Regards, Nishanth Menon -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
