aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-stub.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-28i2c-stub: Move to drivers/i2cJean Delvare1-0/+220
Move the i2c-stub driver to drivers/i2c, to match the Kconfig entry. This is less confusing that way. I also fixed all checkpatch warnings and errors. Signed-off-by: Jean Delvare <[email protected]> Cc: Peter Huewe <[email protected]>