Re: [PATCH 2/3] ARM OMAP: Remove usage of gpio lib calls in lowlevel code

2012-10-09 Thread vj
On Tue, Oct 9, 2012 at 11:53 AM, Teresa Gámez wrote: > As the gpio functions are not available at this point, set the gpio manually. > > Signed-off-by: Teresa Gámez > --- > arch/arm/mach-omap/omap4_generic.c | 29 +++-- > 1 files changed, 27 insertions(+), 2 deletions(-

[PATCH 2/3] ARM OMAP: Remove usage of gpio lib calls in lowlevel code

2012-10-09 Thread Teresa Gámez
As the gpio functions are not available at this point, set the gpio manually. Signed-off-by: Teresa Gámez --- arch/arm/mach-omap/omap4_generic.c | 29 +++-- 1 files changed, 27 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap/omap4_generic.c b/arch/arm/ma