ARM: OMAP: Remove broken LCD driver for SX1
authorTony Lindgren <tony@atomide.com>
Tue, 25 Nov 2008 02:11:16 +0000 (18:11 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 25 Nov 2008 02:11:16 +0000 (18:11 -0800)
commit7953031da4200323ab5d85bd514054ca4ba9d225
tree56973acb470b5935b799a82a758cfc51c4f2e817
parent13d428afc007fcfcd6deeb215618f54cf9c0cae6
ARM: OMAP: Remove broken LCD driver for SX1

Recently the omap McBSP code was cleaned up to get rid of
direct McBSP register tinkering by the drivers. Looks like
lcd_sx1.c never got converted, and now it breaks builds.

It seems the lcd_sx1.c driver is attempting SPI mode, but
doing it in a different way compared to omap_mcbsp_set_spi_mode().

Remove the broken driver, patches welcome to add it back when
done properly by patching both mcbsp.c and lcd_sx1.c.

Cc: Vovan888@gmail.com
Cc: linux-fbdev-devel@lists.sourceforge.net
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/video/omap/Makefile
drivers/video/omap/lcd_sx1.c [deleted file]