summaryrefslogtreecommitdiffstats
path: root/arm-omapdrm-fixinc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'arm-omapdrm-fixinc.patch')
-rw-r--r--arm-omapdrm-fixinc.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/arm-omapdrm-fixinc.patch b/arm-omapdrm-fixinc.patch
new file mode 100644
index 00000000..001b4c57
--- /dev/null
+++ b/arm-omapdrm-fixinc.patch
@@ -0,0 +1,15 @@
+--- linux-3.7.0-0.rc2.git4.2.fc19.x86_64/drivers/staging/omapdrm/omap_crtc.c.orig 2012-10-30 09:58:47.613641237 +0000
++++ linux-3.7.0-0.rc2.git4.2.fc19.x86_64/drivers/staging/omapdrm/omap_crtc.c 2012-10-30 10:05:36.996081758 +0000
+@@ -19,9 +19,9 @@
+
+ #include "omap_drv.h"
+
+-#include "drm_mode.h"
+-#include "drm_crtc.h"
+-#include "drm_crtc_helper.h"
++#include <drm/drm_mode.h>
++#include <drm/drm_crtc.h>
++#include <drm/drm_crtc_helper.h>
+
+ #define to_omap_crtc(x) container_of(x, struct omap_crtc, base)
+