Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r2648 - genpatches-2.6/trunk/3.13
Date: Tue, 21 Jan 2014 14:59:55
Message-Id: 20140121145950.A735D2004B@flycatcher.gentoo.org
1 Author: mpagano
2 Date: 2014-01-21 14:59:50 +0000 (Tue, 21 Jan 2014)
3 New Revision: 2648
4
5 Modified:
6 genpatches-2.6/trunk/3.13/4200_fbcondecor-0.9.6.patch
7 Log:
8 Updated fbcondecor patch for 3.13 compile error.
9
10 Modified: genpatches-2.6/trunk/3.13/4200_fbcondecor-0.9.6.patch
11 ===================================================================
12 --- genpatches-2.6/trunk/3.13/4200_fbcondecor-0.9.6.patch 2014-01-20 16:26:55 UTC (rev 2647)
13 +++ genpatches-2.6/trunk/3.13/4200_fbcondecor-0.9.6.patch 2014-01-21 14:59:50 UTC (rev 2648)
14 @@ -1725,12 +1725,9 @@
15 +}
16 +
17 +EXPORT_SYMBOL(fbcon_decor_path);
18 -diff --git a/drivers/video/console/fbcondecor.h b/drivers/video/console/fbcondecor.h
19 -new file mode 100644
20 -index 0000000..1d852dd
21 ---- /dev/null
22 -+++ b/drivers/video/console/fbcondecor.h
23 -@@ -0,0 +1,78 @@
24 +--- a/drivers/video/console/fbcondecor.h 2014-01-21 09:50:42.229900176 -0500
25 ++++ b/drivers/video/console/fbcondecor.h 2014-01-21 09:50:21.489900340 -0500
26 +@@ -0,0 +1,79 @@
27 +/*
28 + * linux/drivers/video/console/fbcondecor.h -- Framebuffer Console Decoration headers
29 + *
30 @@ -1758,6 +1755,7 @@
31 +int fbcon_decor_exit(void);
32 +int fbcon_decor_call_helper(char* cmd, unsigned short cons);
33 +int fbcon_decor_disable(struct vc_data *vc, unsigned char redraw);
34 ++void fbcon_decor_reset(void);
35 +
36 +/* cfbcondecor.c */
37 +void fbcon_decor_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx);