projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63f5c28
)
I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device.
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 1 Jul 2008 10:59:43 +0000
(11:59 +0100)
committer
Ben Dooks
<ben-linux@fluff.org>
Tue, 1 Jul 2008 13:30:38 +0000
(14:30 +0100)
Add a MODULE_ALIAS() statement for the i2c-s3c2410 controller
to ensure that it can be autoloaded on the S3C2440 systems that
we support.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
drivers/i2c/busses/i2c-s3c2410.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/i2c/busses/i2c-s3c2410.c
b/drivers/i2c/busses/i2c-s3c2410.c
index d2645da79a5ac573c07e73ba145b49cb965a6a2b..9e8c875437bec533ec4e32579602f31f4336bbe9 100644
(file)
--- a/
drivers/i2c/busses/i2c-s3c2410.c
+++ b/
drivers/i2c/busses/i2c-s3c2410.c
@@
-948,3
+948,4
@@
MODULE_DESCRIPTION("S3C24XX I2C Bus driver");
MODULE_AUTHOR("Ben Dooks, <ben@simtec.co.uk>");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:s3c2410-i2c");
+MODULE_ALIAS("platform:s3c2440-i2c");