diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-15 10:34:48 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-15 10:34:48 +0000 |
commit | c69e329b0db74641869a69f6402506a66170e1d3 (patch) | |
tree | ba64a536854d7dc8df33057e370e7f3728ccc0d0 /meta | |
parent | c419af6b0a86fbd2d06c0eeb3a874fe3fe2bc3bf (diff) | |
download | poky-c69e329b0db74641869a69f6402506a66170e1d3.tar.gz |
linux-rp: added one cleanup patch for w100fb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2876 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch | 17 | ||||
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.23.bb | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch b/meta/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch new file mode 100644 index 0000000000..8cbbb6bd01 --- /dev/null +++ b/meta/packages/linux/linux-rp-2.6.23/w100fb-unused-var.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | From: Marcin Juszkiewicz <openembedded@haerwu.biz> | ||
2 | |||
3 | drivers/video/w100fb.c: In function ‘w100fb_imageblit’: | ||
4 | drivers/video/w100fb.c:507: warning: unused variable ‘par’ | ||
5 | |||
6 | Signed-off-by: Marcin Juszkiewicz <openembedded@haerwu.biz> | ||
7 | |||
8 | --- linux-2.6.23/drivers/video/w100fb.c 2007-10-11 16:52:30.000000000 +0200 | ||
9 | +++ linux-2.6.23/drivers/video/w100fb.c 2007-10-15 12:56:01.000000000 +0200 | ||
10 | @@ -504,7 +504,6 @@ static void w100_hostdata(u32 width, u32 | ||
11 | static void w100fb_imageblit(struct fb_info *info, | ||
12 | const struct fb_image *image) | ||
13 | { | ||
14 | - struct w100fb_par *par = info->par; | ||
15 | union dp_gui_master_cntl_u gmc; | ||
16 | u32 fgcolor, bgcolor; | ||
17 | |||
diff --git a/meta/packages/linux/linux-rp_2.6.23.bb b/meta/packages/linux/linux-rp_2.6.23.bb index 6e9b30423b..16858800b7 100644 --- a/meta/packages/linux/linux-rp_2.6.23.bb +++ b/meta/packages/linux/linux-rp_2.6.23.bb | |||
@@ -39,6 +39,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ | |||
39 | ${RPSRC}/pxa27x_overlay-r6.patch;patch=1 \ | 39 | ${RPSRC}/pxa27x_overlay-r6.patch;patch=1 \ |
40 | ${RPSRC}/w100_extaccel-r1.patch;patch=1 \ | 40 | ${RPSRC}/w100_extaccel-r1.patch;patch=1 \ |
41 | ${RPSRC}/w100_extmem-r1.patch;patch=1 \ | 41 | ${RPSRC}/w100_extmem-r1.patch;patch=1 \ |
42 | file://w100fb-unused-var.patch;patch=1 \ | ||
42 | file://hostap-monitor-mode.patch;patch=1 \ | 43 | file://hostap-monitor-mode.patch;patch=1 \ |
43 | file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ | 44 | file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ |
44 | ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable \ | 45 | ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable \ |