i2c: rk3x: Fix module autoload for OF platform driver
authorLuis de Bethencourt <luis@debethencourt.com>
Tue, 20 Oct 2015 14:16:29 +0000 (15:16 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 20 Oct 2015 16:15:03 +0000 (18:15 +0200)
commit598cf1611b2686243c011207d24aa38e09f1a115
tree200128b4eef5c76895d275bd5f6279a5ac04812a
parent93ae965022bfcdde473a5ff09e48dff7c8dab08c
i2c: rk3x: Fix module autoload for OF platform driver

This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-rk3x.c