commit | 55865a9f002a3e786391895a65b80915127c7d86 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Wed Mar 14 23:07:31 2018 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Wed Mar 14 23:19:31 2018 +0530 |
tree | 9bd4b5c359bde737ab16ce7097fdee22d684a6d9 | |
parent | 4e159f80a04d9ec1ab65ee004d2d670b469d6556 [diff] |
spi: omap3: Fix redeclared error omap3_spi_set_speed|mode redeclared bus symbol, fix the same. error: drivers/spi/omap3_spi.c: In function ‘omap3_spi_set_speed’: drivers/spi/omap3_spi.c:650:18: error: ‘bus’ redeclared as different kind of symbol struct udevice *bus = dev->parent; Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>