]> git.baikalelectronics.ru Git - uboot.git/commit
drivers: spi: Remove duplicate .probe method
authorSuniel Mahesh <suniel.spartan@gmail.com>
Wed, 3 May 2017 06:17:29 +0000 (11:47 +0530)
committerJagan Teki <jagan@openedev.com>
Wed, 3 May 2017 06:22:16 +0000 (11:52 +0530)
commit1265bf0e89fa6c0268b0575f184f98faa936d42b
tree52b77d3caa57bafbce911850f5db9407ada56342
parent5b7f4298bc137dc15300c0b7abdf5b6dba3a1e4b
drivers: spi: Remove duplicate .probe method

.probe method has been assigned twice when declaring
a driver with U_BOOT_DRIVER(). Removed one of them.
Here is the last commit which had the duplicate entry:
"spi: omap3: Convert to driver model"
(sha1: 77b8d04854f486741471ad02b93b473b5b3d72f8)

Signed-off-by: Suniel Mahesh <suniel.spartan@gmail.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
drivers/spi/omap3_spi.c