kernel-fxtec-pro1x/drivers/video/omap
Lars-Peter Clausen 9056df19c2 video: Remove redundant spi driver bus initialization
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>
2011-12-03 22:05:56 +00:00
..
blizzard.c
dispc.c OMAPFB: fix compilation warnings due to missing include 2011-11-18 10:09:17 +02:00
dispc.h
hwa742.c
Kconfig OMAPFB: Remove unused lcd drivers 2011-09-30 16:17:28 +03:00
lcd_ams_delta.c
lcd_h3.c ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h 2011-08-08 14:27:44 +01:00
lcd_htcherald.c
lcd_inn1510.c
lcd_inn1610.c ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h 2011-08-08 14:27:44 +01:00
lcd_mipid.c video: Remove redundant spi driver bus initialization 2011-12-03 22:05:56 +00:00
lcd_osk.c ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h 2011-08-08 14:27:44 +01:00
lcd_palmte.c
lcd_palmtt.c ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h 2011-08-08 14:27:44 +01:00
lcd_palmz71.c
lcdc.c
lcdc.h
Makefile OMAPDSS: Port the Apollon display driver to DSS2 2011-09-30 16:17:29 +03:00
omapfb.h
omapfb_main.c video: Add module.h to drivers/video files who really use it. 2011-10-31 19:31:33 -04:00
rfbi.c
sossi.c