i2c: SPIN_LOCK_UNLOCKED cleanup
[powerpc.git] / drivers / i2c / busses / i2c-s3c2410.c
index 556f244..3eb5958 100644 (file)
@@ -570,7 +570,7 @@ static const struct i2c_algorithm s3c24xx_i2c_algorithm = {
 };
 
 static struct s3c24xx_i2c s3c24xx_i2c = {
-       .lock   = SPIN_LOCK_UNLOCKED,
+       .lock   = __SPIN_LOCK_UNLOCKED(s3c24xx_i2c.lock),
        .wait   = __WAIT_QUEUE_HEAD_INITIALIZER(s3c24xx_i2c.wait),
        .adap   = {
                .name                   = "s3c2410-i2c",