From c279470c06c135961bd60905e755ab4b06c10229 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 4 Feb 2013 15:23:10 +0000 Subject: coldfire: R.I.P. The target still uses 2.6.38. The support of that kernel version has been removed ~9 months ago. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35489 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...re-fsl_ssd1289_data-definition-bug-for-SS.patch | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 target/linux/coldfire/patches/033-Fix-structure-fsl_ssd1289_data-definition-bug-for-SS.patch (limited to 'target/linux/coldfire/patches/033-Fix-structure-fsl_ssd1289_data-definition-bug-for-SS.patch') diff --git a/target/linux/coldfire/patches/033-Fix-structure-fsl_ssd1289_data-definition-bug-for-SS.patch b/target/linux/coldfire/patches/033-Fix-structure-fsl_ssd1289_data-definition-bug-for-SS.patch deleted file mode 100644 index 1d1f67705..000000000 --- a/target/linux/coldfire/patches/033-Fix-structure-fsl_ssd1289_data-definition-bug-for-SS.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 1ebacc69cb9b9c2508b1e75cb23ef572cda51eec Mon Sep 17 00:00:00 2001 -From: Alison Wang -Date: Thu, 4 Aug 2011 09:59:47 +0800 -Subject: [PATCH 33/52] Fix structure fsl_ssd1289_data definition bug for SSD1289 FB driver - -Fix the bug that structure fsl_ssd1289_data definition depends on -DSPI enabled for SSD1289 framebuffer driver. - -Signed-off-by: Alison Wang ---- - arch/m68k/coldfire/m5441x/devices.c | 20 ++++++++++---------- - 1 files changed, 10 insertions(+), 10 deletions(-) - ---- a/arch/m68k/coldfire/m5441x/devices.c -+++ b/arch/m68k/coldfire/m5441x/devices.c -@@ -138,6 +138,16 @@ static struct platform_device nfc_device - }; - #endif - -+#if defined(CONFIG_FB_FSL_SSD1289) || defined(CONFIG_FB_FSL_SSD1289_MODULE) -+static struct fsl_ssd1289_fb_display fsl_ssd1289_data = { -+ .width = 320, -+ .height = 240, -+ .xres = 320, -+ .yres = 240, -+ .bpp = 16, -+}; -+#endif -+ - /* - * DSPI - */ -@@ -197,16 +207,6 @@ static struct coldfire_dspi_chip at26df0 - }; - #endif - --#if defined(CONFIG_FB_FSL_SSD1289) || defined(CONFIG_FB_FSL_SSD1289_MODULE) --static struct fsl_ssd1289_fb_display fsl_ssd1289_data = { -- .width = 320, -- .height = 240, -- .xres = 320, -- .yres = 240, -- .bpp = 16, --}; --#endif -- - #if defined(CONFIG_SSD1289_SPI_MODE) - static struct coldfire_dspi_chip ssd1289_chip_info = { - .mode = SPI_MODE_0, -- cgit v1.2.3