kernel/arm-omapdrm-fixinc.patch
Peter Robinson ec467f5226 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
2012-11-01 07:34:46 +00:00

16 lines
509 B
Diff

--- 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)