OMAP DRM driver to fix OMAP kernel build

This commit is contained in:
Peter Robinson 2013-01-18 16:23:53 +00:00
parent ba00a4bb19
commit 182801502c
2 changed files with 17 additions and 0 deletions

10
arm-omap-fixdrm.patch Normal file
View File

@ -0,0 +1,10 @@
--- linux-3.8.0-0.rc3.git2.3.fc19.x86_64/arch/arm/mach-omap2/drm.c.orig 2013-01-18 15:37:38.859571212 +0000
+++ linux-3.8.0-0.rc3.git2.3.fc19.x86_64/arch/arm/mach-omap2/drm.c 2013-01-18 15:37:57.267706509 +0000
@@ -27,6 +27,7 @@
#include "omap_device.h"
#include "omap_hwmod.h"
+#include "soc.h"
#if defined(CONFIG_DRM_OMAP) || (CONFIG_DRM_OMAP_MODULE)

View File

@ -719,6 +719,10 @@ Patch21001: arm-allnoconfig-error-__LINUX_ARM_ARCH__-undeclared.patch
# OMAP
# https://patchwork.kernel.org/patch/1721241/
# https://patchwork.kernel.org/patch/1839401/
Patch21002: arm-omap-fixdrm.patch
# IMX
Patch21003: arm-imx-fixdrm.patch
# ARM tegra
Patch21004: arm-tegra-nvec-kconfig.patch
@ -1303,6 +1307,8 @@ ApplyPatch arm-export-read_current_timer.patch
ApplyPatch arm-allnoconfig-error-__LINUX_ARM_ARCH__-undeclared.patch
# ApplyPatch arm-tegra-nvec-kconfig.patch
ApplyPatch arm-tegra-usb-no-reset-linux33.patch
ApplyPatch arm-omap-fixdrm.patch
ApplyPatch arm-imx-fixdrm.patch
#
# bugfixes to drivers and filesystems
@ -2300,6 +2306,7 @@ fi
* Fri Jan 18 2013 Peter Robinson <pbrobinson@fedoraproject.org>
- Disable problematic PL310 ARM errata
- Minor ARM config tweaks
- OMAP DRM driver to fix OMAP kernel build
* Wed Jan 16 2013 Josh Boyer <jwboyer@redhat.com>
- Fix power management sysfs on non-secure boot machines (rhbz 896243)