[PATCH] [POWERPC] Sequoia: typo in calling	machine_device_initcall()
    Josh Boyer 
    jwboyer at linux.vnet.ibm.com
       
    Thu Jan  3 04:37:52 EST 2008
    
    
  
On Wed, 02 Jan 2008 10:23:56 -0700
Grant Likely <grant.likely at secretlab.ca> wrote:
> From: Grant Likely <grant.likely at secretlab.ca>
> 
> Signed-off-by: Grant Likely <grant.likely at secretlab.ca>
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)
>  {
> 
    
    
More information about the Linuxppc-dev
mailing list