On Thu, Feb 26, 2009 at 04:29:22PM +0000, Mark Brown wrote:
> This is required in order to ensure that core system devices such as
> voltage regulators attached via I2C are avaiable early in boot.

Ok, will try and test soon and add to my -next tree.
 
> Signed-off-by: Mark Brown <[email protected]>
> ---
>  drivers/i2c/busses/i2c-s3c2410.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/i2c/busses/i2c-s3c2410.c 
> b/drivers/i2c/busses/i2c-s3c2410.c
> index 5b7f956..91f6a1e 100644
> --- a/drivers/i2c/busses/i2c-s3c2410.c
> +++ b/drivers/i2c/busses/i2c-s3c2410.c
> @@ -1018,14 +1018,13 @@ static int __init i2c_adap_s3c_init(void)
>  
>       return ret;
>  }
> +subsys_initcall(i2c_adap_s3c_init);
>  
>  static void __exit i2c_adap_s3c_exit(void)
>  {
>       platform_driver_unregister(&s3c2410_i2c_driver);
>       platform_driver_unregister(&s3c2440_i2c_driver);
>  }
> -
> -module_init(i2c_adap_s3c_init);
>  module_exit(i2c_adap_s3c_exit);
>  
>  MODULE_DESCRIPTION("S3C24XX I2C Bus driver");
> -- 
> 1.6.1.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Ben ([email protected], http://www.fluff.org/)

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

Reply via email to