Re: [PATCH] video: omap/h3: fix tps65010 dependency

2015-05-24 Thread Tomi Valkeinen
On 22/05/15 17:22, Arnd Bergmann wrote: > The h3 LCD driver fails to link when tps65010 is configured > as a loadable module: > > drivers/built-in.o: In function `h3_panel_disable': > debugfs.c:(.text+0x206ac): undefined reference to > `tps65010_set_gpio_out_value' > debugfs.c:(.text+0x206cc):

[PATCH] video: omap/h3: fix tps65010 dependency

2015-05-22 Thread Arnd Bergmann
The h3 LCD driver fails to link when tps65010 is configured as a loadable module: drivers/built-in.o: In function `h3_panel_disable': debugfs.c:(.text+0x206ac): undefined reference to `tps65010_set_gpio_out_value' debugfs.c:(.text+0x206cc): undefined reference to `tps65010_set_gpio_out_value' driv