On Wed, 02 Jan 2008 10:23:56 -0700
Grant Likely <[EMAIL PROTECTED]> wrote:

> From: Grant Likely <[EMAIL PROTECTED]>
> 
> Signed-off-by: Grant Likely <[EMAIL PROTECTED]>

Oh, that's fun... my build scripts say this passed.  Looking at
powerpc.sequoia_defconfig.log.passed shows it obviously failed.  I hate
it when automated tools suck.

Thanks Grant.  Applied to my for-2.6.25 branch

josh

> ---
> 
>  arch/powerpc/platforms/44x/sequoia.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/powerpc/platforms/44x/sequoia.c 
> b/arch/powerpc/platforms/44x/sequoia.c
> index 374f8c7..d279db4 100644
> --- a/arch/powerpc/platforms/44x/sequoia.c
> +++ b/arch/powerpc/platforms/44x/sequoia.c
> @@ -38,7 +38,7 @@ static int __init sequoia_device_probe(void)
> 
>       return 0;
>  }
> -machien_device_initcall(sequoia, sequoia_device_probe);
> +machine_device_initcall(sequoia, sequoia_device_probe);
> 
>  static int __init sequoia_probe(void)
>  {
> 
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to