diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-14 15:52:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-14 15:52:42 +0000 |
commit | 26e3776a22bf894ced5af4c28968dc1dc99968eb (patch) | |
tree | 2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.24/1157-clean-remove-build-noise.patch.patch | |
parent | 4bd70fc26256cf485f19e0c8b881e078dc36134f (diff) |
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1157-clean-remove-build-noise.patch.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1157-clean-remove-build-noise.patch.patch | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1157-clean-remove-build-noise.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1157-clean-remove-build-noise.patch.patch deleted file mode 100644 index 8bc734355..000000000 --- a/target/linux/s3c24xx/patches-2.6.24/1157-clean-remove-build-noise.patch.patch +++ /dev/null @@ -1,55 +0,0 @@ -From e9beab2f041679bac20ac3d66ae7e8efe03fcf66 Mon Sep 17 00:00:00 2001 -From: Andy Green <andy@openmoko.com> -Date: Tue, 13 May 2008 18:54:28 +0100 -Subject: [PATCH] clean-remove-build-noise.patch - -Signed-off-by: Andy Green <andy@openmoko.com> ---- - drivers/mfd/glamo/glamo-fb.c | 4 +++- - drivers/mfd/glamo/glamo-lcm-spi.c | 1 - - 2 files changed, 3 insertions(+), 2 deletions(-) - -diff --git a/drivers/mfd/glamo/glamo-fb.c b/drivers/mfd/glamo/glamo-fb.c -index e5410f9..44b1947 100644 ---- a/drivers/mfd/glamo/glamo-fb.c -+++ b/drivers/mfd/glamo/glamo-fb.c -@@ -239,7 +239,7 @@ static void rotate_lcd(struct glamofb_handle *glamo, - __u32 rotation) - { - int glamo_rot; -- unsigned long flags; -+/* unsigned long flags; */ - - switch (rotation) { - case FB_ROTATE_UR: -@@ -495,6 +495,7 @@ static int glamofb_setcolreg(unsigned regno, - return 0; - } - -+#ifdef NOT_CURRENTLY_USED - static int glamofb_cursor(struct fb_info *info, struct fb_cursor *cursor) - { - struct glamofb_handle *glamo = info->par; -@@ -566,6 +567,7 @@ static int glamofb_cursor(struct fb_info *info, struct fb_cursor *cursor) - } - } - } -+#endif - - static inline int glamofb_cmdq_empty(struct glamofb_handle *gfb) - { -diff --git a/drivers/mfd/glamo/glamo-lcm-spi.c b/drivers/mfd/glamo/glamo-lcm-spi.c -index 874fb0e..4b17c11 100644 ---- a/drivers/mfd/glamo/glamo-lcm-spi.c -+++ b/drivers/mfd/glamo/glamo-lcm-spi.c -@@ -49,7 +49,6 @@ static inline struct glamo_spi *to_gs(struct spi_device *spi) - - static int glamo_spi_setupxfer(struct spi_device *spi, struct spi_transfer *t) - { -- struct glamo_spi *gs = to_gs(spi); - unsigned int bpw; - - bpw = t ? t->bits_per_word : spi->bits_per_word; --- -1.5.6.5 - |