commit | b2b41d27775823b8e19f6816aa08ffca0e234ade | [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 | c2a7a7ef866f2980213fee2a4a0df60fb06db6d0 [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>