Hi Axel,

Le Tuesday 19 November 2013 à 15:31 +0800, Axel Lin a écrit :
> This driver can be built as a module now.
> Add MODULE_ALIAS to support module auto-loading.
> 
> Signed-off-by: Axel Lin <[email protected]>
> ---
>  drivers/gpio/gpio-ucb1400.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpio/gpio-ucb1400.c b/drivers/gpio/gpio-ucb1400.c
> index 1a605f2..06fb5cf 100644
> --- a/drivers/gpio/gpio-ucb1400.c
> +++ b/drivers/gpio/gpio-ucb1400.c
> @@ -105,3 +105,4 @@ module_platform_driver(ucb1400_gpio_driver);
>  
>  MODULE_DESCRIPTION("Philips UCB1400 GPIO driver");
>  MODULE_LICENSE("GPL");
> +MODULE_ALIAS("platform:ucb1400_gpio");

Sorry for missing that in my previous patch, and thanks for catching my
mistake.

Reviewed-by: Jean Delvare <[email protected]>

I believe this should make it into kernel version 3.13 to avoid
regressions.

-- 
Jean Delvare
Suse L3 Support

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to