On 4/5/2012 6:15 AM, Dmitry Torokhov wrote: >> > #ifdef CONFIG_OF >> > -static struct tegra_kbc_platform_data * __devinit >> > -tegra_kbc_dt_parse_pdata(struct device_node *np) >> > +static inline struct tegra_kbc_platform_data * tegra_kbc_dt_parse_pdata( >> > + struct device_node *np) >> > { > This is the full implementation and should stay __devinit. It's the stub > for !CONFIG_OF case that you want to mark "static inline". I'll fix it > up. Ahh!! I can't believe i made this blunder. I exactly knew what i have to change, and still changed the wrong line. Sorry. :( -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html