diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-s3c2410.c')
-rw-r--r-- | drivers/i2c/busses/i2c-s3c2410.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c index 69fa282df2d5..6ced28e90070 100644 --- a/drivers/i2c/busses/i2c-s3c2410.c +++ b/drivers/i2c/busses/i2c-s3c2410.c | |||
@@ -896,6 +896,7 @@ static int s3c24xx_i2c_resume(struct device *dev) | |||
896 | /* device driver for platform bus bits */ | 896 | /* device driver for platform bus bits */ |
897 | 897 | ||
898 | static struct device_driver s3c2410_i2c_driver = { | 898 | static struct device_driver s3c2410_i2c_driver = { |
899 | .owner = THIS_MODULE, | ||
899 | .name = "s3c2410-i2c", | 900 | .name = "s3c2410-i2c", |
900 | .bus = &platform_bus_type, | 901 | .bus = &platform_bus_type, |
901 | .probe = s3c24xx_i2c_probe, | 902 | .probe = s3c24xx_i2c_probe, |
@@ -904,6 +905,7 @@ static struct device_driver s3c2410_i2c_driver = { | |||
904 | }; | 905 | }; |
905 | 906 | ||
906 | static struct device_driver s3c2440_i2c_driver = { | 907 | static struct device_driver s3c2440_i2c_driver = { |
908 | .owner = THIS_MODULE, | ||
907 | .name = "s3c2440-i2c", | 909 | .name = "s3c2440-i2c", |
908 | .bus = &platform_bus_type, | 910 | .bus = &platform_bus_type, |
909 | .probe = s3c24xx_i2c_probe, | 911 | .probe = s3c24xx_i2c_probe, |