]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c: designware-platform: Drop duplicate module information
authorJean Delvare <jdelvare@suse.de>
Tue, 2 Feb 2016 13:31:38 +0000 (14:31 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Fri, 12 Feb 2016 19:40:13 +0000 (20:40 +0100)
commit942ab128eacf092e4276919c25317defcd11e6fb
tree8fa8f730e2a29897ff31da4fe3a361572a3830eb
parente3c97650081cbe40dfad7326aa0ab61e1e56ea23
i2c: designware-platform: Drop duplicate module information

The i2c-designware-platform module has duplicate module information
when CONFIG_I2C_DESIGNWARE_BAYTRAIL is set. It gets the information
from both i2c-designware-platdrv and i2c-designware-baytrail. The
latter is optional extra code which ends up in the same module so it
should not export module information.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-designware-baytrail.c