[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F5A3726.8030505@signal11.us>
Date: Fri, 09 Mar 2012 12:00:22 -0500
From: Alan Ott <alan@...nal11.us>
To: Alan Ott <alan@...nal11.us>
CC: Grant Likely <grant.likely@...retlab.ca>,
Linus Walleij <linus.walleij@...ricsson.com>,
linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>
Subject: Re: [PATCH v2] ARM: tegra: export tegra_gpio_{en,dis}able
On 03/02/2012 05:32 PM, Alan Ott wrote:
> From: Arnd Bergmann <arnd@...db.de>
>
> These two functions are used in drivers that can be
> modules, so they need to be exported.
>
> Acked-by: Grant Likely <grant.likely@...retlab.ca>
> Acked-by: Olof Johansson <olof@...om.net>
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> Signed-off-by: Alan Ott <alan@...nal11.us>
> ---
> drivers/gpio/gpio-tegra.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/gpio/gpio-tegra.c b/drivers/gpio/gpio-tegra.c
> index bdc2937..96662cc 100644
> --- a/drivers/gpio/gpio-tegra.c
> +++ b/drivers/gpio/gpio-tegra.c
> @@ -107,11 +107,13 @@ void tegra_gpio_enable(int gpio)
> {
> tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 1);
> }
> +EXPORT_SYMBOL_GPL(tegra_gpio_enable);
>
> void tegra_gpio_disable(int gpio)
> {
> tegra_gpio_mask_write(GPIO_MSK_CNF(gpio), gpio, 0);
> }
> +EXPORT_SYMBOL_GPL(tegra_gpio_disable);
>
> static void tegra_gpio_set(struct gpio_chip *chip, unsigned offset, int value)
> {
Did this patch ever get picked up into someone's tree?
Alan.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists