Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d150a4bb authored by Ben Dooks's avatar Ben Dooks
Browse files

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: default avatarBen Dooks <ben-linux@fluff.org>
parent 63f5c289
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");