On Fri, Mar 16, 2012 at 12:58:37PM +0530, Venu Byravarasu wrote: > From: Venu Byravarasu > > Fix compilation error due to including TPS65910.h > > 'struct gpio_chip' is declared in include/asm-generic/gpio.h > which is included by include/linux/gpio.h. > However without including gpio.h, TPS65910.h declares > a member of this type as part of 'struct tps65910' declaration. Reviwed-by: Mark Brown