Re: [PATCH] pinctrl: sirf: remove sirfsoc_gpio_set_pull function

2012-10-10 Thread Linus Walleij
On Tue, Oct 9, 2012 at 5:35 PM, Arnd Bergmann wrote: > The prima2 platform advertises needing no mach/gpio.h header file, > but its pinctrl driver now has a sirfsoc_gpio_set_pull function > that uses constants defined in arch/arm/mach-prima2/include/mach/gpio.h, > which fails to build. Applied t

Re: [PATCH] pinctrl: sirf: remove sirfsoc_gpio_set_pull function

2012-10-09 Thread Barry Song
Hi Arnd, 2012/10/9 Arnd Bergmann : > The prima2 platform advertises needing no mach/gpio.h header file, > but its pinctrl driver now has a sirfsoc_gpio_set_pull function > that uses constants defined in arch/arm/mach-prima2/include/mach/gpio.h, > which fails to build. > > Fortunately, the sirfsoc_

[PATCH] pinctrl: sirf: remove sirfsoc_gpio_set_pull function

2012-10-09 Thread Arnd Bergmann
The prima2 platform advertises needing no mach/gpio.h header file, but its pinctrl driver now has a sirfsoc_gpio_set_pull function that uses constants defined in arch/arm/mach-prima2/include/mach/gpio.h, which fails to build. Fortunately, the sirfsoc_gpio_set_pull is not used anywhere in the kerne