diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-01 11:59:43 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-01 14:30:38 +0100 |
commit | d150a4bbd0e5c6427e66086b139953428680160b (patch) | |
tree | be768bd17c7f159aa81d7d4229d4065fc2086428 | |
parent | 63f5c2891eae6b4dd0538ef094e5f256d6150d7b (diff) | |
download | linux-3.10-d150a4bbd0e5c6427e66086b139953428680160b.tar.gz linux-3.10-d150a4bbd0e5c6427e66086b139953428680160b.tar.bz2 linux-3.10-d150a4bbd0e5c6427e66086b139953428680160b.zip |
I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device.
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>
-rw-r--r-- | drivers/i2c/busses/i2c-s3c2410.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c index d2645da79a5..9e8c875437b 100644 --- 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"); |