linux/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
..
Kconfig OMAPFB: Remove unused lcd drivers 2011-09-30 16:17:28 +03:00
Makefile OMAPDSS: Port the Apollon display driver to DSS2 2011-09-30 16:17:29 +03:00
blizzard.c omap: use list_move() instead of list_del()/list_add() combination 2011-03-22 15:13:35 +09:00
dispc.c OMAPFB: fix compilation warnings due to missing include 2011-11-18 10:09:17 +02:00
dispc.h omapfb: dispc: allow multiple external IRQ handlers 2009-09-23 07:39:50 -07:00
hwa742.c omap: use list_move() instead of list_del()/list_add() combination 2011-03-22 15:13:35 +09:00
lcd_ams_delta.c omapfb: lcd_ams_delta: add support for contrast control 2010-02-12 12:46:07 +02:00
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 video/omap: add __init/__exit macros to drivers/video/omap/lcd_htcherald.c 2010-01-11 14:45:25 +02:00
lcd_inn1510.c OMAP: OMAPFB: split omapfb.h 2009-12-09 12:04:06 +02:00
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 OMAP: OMAPFB: split omapfb.h 2009-12-09 12:04:06 +02:00
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 OMAP: OMAPFB: split omapfb.h 2009-12-09 12:04:06 +02:00
lcdc.c OMAPFB: LCDC: change update_mode to DISABLED when going suspend 2010-06-15 10:17:19 +03:00
lcdc.h
omapfb.h OMAP: OMAPFB: fix clk_get for RFBI 2010-01-11 13:33:09 +02:00
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 OMAPFB: fix wrong clock aliases and device name 2011-05-12 19:39:49 +03:00
sossi.c OMAP: OMAPFB: split omapfb.h 2009-12-09 12:04:06 +02:00