diff options
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-driver/xf86-video-geode/xf86SetModeDefaultName.patch')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-driver/xf86-video-geode/xf86SetModeDefaultName.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode/xf86SetModeDefaultName.patch b/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode/xf86SetModeDefaultName.patch deleted file mode 100644 index b3e6109edd..0000000000 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-geode/xf86SetModeDefaultName.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | The latest driver corrected a number of issues and compiles without | ||
2 | warnings with just one patch. The header included by the given patch | ||
3 | is already included in the geode master line, so will not be be | ||
4 | required after the next geode version release. | ||
5 | |||
6 | Upstream-Status: Backport | ||
7 | |||
8 | diff -up xf86-video-geode-2.11.14/src/geode_dcon.c.jx xf86-video-geode-2.11.14/src/geode_dcon.c | ||
9 | --- xf86-video-geode-2.11.14/src/geode_dcon.c.jx 2012-11-24 05:01:15.000000000 -0500 | ||
10 | +++ xf86-video-geode-2.11.14/src/geode_dcon.c 2013-10-25 16:19:35.950234174 -0400 | ||
11 | @@ -29,6 +29,7 @@ | ||
12 | |||
13 | /* Includes that are used by all drivers */ | ||
14 | #include <xf86.h> | ||
15 | +#include <xf86Modes.h> | ||
16 | #include <xf86_OSproc.h> | ||
17 | #include <compiler.h> | ||
18 | |||