mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 01:21:28 +00:00
9056df19c2
In ancient times it was necessary to manually initialize the bus field of an spi_driver to spi_bus_type. These days this is done in spi_driver_register(), so we can drop the manual assignment. The patch was generated using the following coccinelle semantic patch: // <smpl> @@ identifier _driver; @@ struct spi_driver _driver = { .driver = { - .bus = &spi_bus_type, }, }; // </smpl> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Cc: linux-fbdev@vger.kernel.org Cc: linux-omap@vger.kernel.org Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> |
||
---|---|---|
.. | ||
blizzard.c | ||
dispc.c | ||
dispc.h | ||
hwa742.c | ||
Kconfig | ||
lcd_ams_delta.c | ||
lcd_h3.c | ||
lcd_htcherald.c | ||
lcd_inn1510.c | ||
lcd_inn1610.c | ||
lcd_mipid.c | ||
lcd_osk.c | ||
lcd_palmte.c | ||
lcd_palmtt.c | ||
lcd_palmz71.c | ||
lcdc.c | ||
lcdc.h | ||
Makefile | ||
omapfb_main.c | ||
omapfb.h | ||
rfbi.c | ||
sossi.c |