From: Jingoo Han Date: Fri, 15 Mar 2013 09:17:18 +0000 (+0900) Subject: gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~23^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c0cf42be3f8e1039d3f31c2e8e16b4d375527c7;p=pandora-kernel.git gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata() Use the wrapper functions for getting and setting the driver data using spi_device instead of using dev_{get|set}_drvdata with &spi->dev, so we can directly pass a struct spi_device. Signed-off-by: Jingoo Han Signed-off-by: Linus Walleij --- Reading git-diff-tree failed