]> git.baikalelectronics.ru Git - kernel.git/commit
ethernet: qualcomm: use spi instead of spi_device
authorVarka Bhadram <varkabhadram@gmail.com>
Thu, 7 May 2015 03:47:48 +0000 (09:17 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 May 2015 21:52:54 +0000 (17:52 -0400)
commit391624e2021af2718dcf62ea4cec65c692ac537d
treeb36c26083551e17228b72191f5d9b0c289842081
parent405c1d83d6833cf59866b3070d2556dada711032
ethernet: qualcomm: use spi instead of spi_device

All spi based drivers have an instance of struct spi_device
as spi. This patch renames spi_device to spi to synchronize
with all the drivers.

Signed-off-by: Varka Bhadram <varkab@cdac.in>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/qca_spi.c