summaryrefslogtreecommitdiffstats
path: root/arm-omapdrm-fixinc.patch
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-11-01 07:34:46 +0000
committerPeter Robinson <pbrobinson@gmail.com>2012-11-01 07:34:46 +0000
commitec467f5226600a601cdae83b4dc2c4bafb85858f (patch)
tree3311866516d4895171808f745e12989e03400030 /arm-omapdrm-fixinc.patch
parent8114a4c0cdea2ab3ee1071f88221adc776a406e0 (diff)
downloadkernel-ec467f5226600a601cdae83b4dc2c4bafb85858f.tar.gz
kernel-ec467f5226600a601cdae83b4dc2c4bafb85858f.tar.xz
kernel-ec467f5226600a601cdae83b4dc2c4bafb85858f.zip
ARM kernel updates
- Update non unified kernels to build for 3.7 (always OMAP) - Remove old ARM patches, add new to fix 3.7 build - Disable perf on ARM temporarily as the uapi / asm-generic changes break it
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 000000000..001b4c57f
--- /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)
+