]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mxc_i2c: remove ifdef of CONFIG_HARD_I2C
authorTroy Kisky <troy.kisky@boundarydevices.com>
Thu, 19 Jul 2012 08:18:03 +0000 (08:18 +0000)
committerHeiko Schocher <hs@denx.de>
Tue, 31 Jul 2012 05:41:23 +0000 (07:41 +0200)
commit24cd738bc420630f5362e2845a9f8aa4076273e5
treec9944f30db9f41e7565b19568f601e82d365a1c1
parent1c076dba277fa35384b512841b0b284bdd579383
mxc_i2c: remove ifdef of CONFIG_HARD_I2C

This is always selected when CONFIG_I2C_MXC is
selected, so it adds no value.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Acked-by: Marek Vasut <marex@denx.de>
drivers/i2c/mxc_i2c.c