Re: [PATCH] gpio: omap: Allow building as a loadable module

2015-04-24 Thread santosh shilimkar
On 4/23/2015 4:56 PM, Tony Lindgren wrote: We currently get all kinds of errors building the omap gpio driver as a module starting with: undefined reference to `omap2_gpio_resume_after_idle' undefined reference to `omap2_gpio_prepare_for_idle' ... Let's fix the issue by adding inline functions

Re: [PATCH] gpio: omap: Allow building as a loadable module

2015-04-24 Thread grygorii.stras...@linaro.org
On 04/24/2015 02:56 AM, Tony Lindgren wrote: We currently get all kinds of errors building the omap gpio driver as a module starting with: undefined reference to `omap2_gpio_resume_after_idle' undefined reference to `omap2_gpio_prepare_for_idle' ... Let's fix the issue by adding inline

Re: [PATCH] gpio: omap: Allow building as a loadable module

2015-04-24 Thread Felipe Balbi
On Thu, Apr 23, 2015 at 04:56:22PM -0700, Tony Lindgren wrote: We currently get all kinds of errors building the omap gpio driver as a module starting with: undefined reference to `omap2_gpio_resume_after_idle' undefined reference to `omap2_gpio_prepare_for_idle' ... Let's fix the issue

Re: [PATCH] gpio: omap: Allow building as a loadable module

2015-04-24 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [150424 09:14]: On Thu, Apr 23, 2015 at 04:56:22PM -0700, Tony Lindgren wrote: We currently get all kinds of errors building the omap gpio driver as a module starting with: undefined reference to `omap2_gpio_resume_after_idle' undefined reference to

[PATCH] gpio: omap: Allow building as a loadable module

2015-04-23 Thread Tony Lindgren
We currently get all kinds of errors building the omap gpio driver as a module starting with: undefined reference to `omap2_gpio_resume_after_idle' undefined reference to `omap2_gpio_prepare_for_idle' ... Let's fix the issue by adding inline functions to the header. Note that we can now also