On Mon, Nov 19, 2012 at 01:22:47PM -0500, Bill Pemberton wrote:
> CONFIG_HOTPLUG is going away as an option so __devinit is no longer
> needed.
> 
> Signed-off-by: Bill Pemberton <[email protected]>
> Cc: Russell King <[email protected]> 

Nope, I don't speak for this driver; it's the Tegra people you want.

TEGRA SUPPORT
M:      Stephen Warren <[email protected]>
L:      [email protected]
Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
T:      git 
git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
S:      Supported
F:      arch/arm/mach-tegra
F:      arch/arm/boot/dts/tegra*
F:      arch/arm/configs/tegra_defconfig

> ---
>  drivers/amba/tegra-ahb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/amba/tegra-ahb.c b/drivers/amba/tegra-ahb.c
> index bd5de08..b7517ca 100644
> --- a/drivers/amba/tegra-ahb.c
> +++ b/drivers/amba/tegra-ahb.c
> @@ -241,7 +241,7 @@ static void tegra_ahb_gizmo_init(struct tegra_ahb *ahb)
>       gizmo_writel(ahb, val, AHB_MEM_PREFETCH_CFG4);
>  }
>  
> -static int __devinit tegra_ahb_probe(struct platform_device *pdev)
> +static int tegra_ahb_probe(struct platform_device *pdev)
>  {
>       struct resource *res;
>       struct tegra_ahb *ahb;
> -- 
> 1.8.0
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to