summaryrefslogtreecommitdiffstats
path: root/arm-fix-omapdrm.patch
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2012-08-28 22:57:38 +0100
committerPeter Robinson <pbrobinson@gmail.com>2012-08-28 22:58:54 +0100
commit901d1efc1ee919732acf6e92438f17b6e1fe0e06 (patch)
treeae6833a0c6b6d346d80591eb2ad6bc6108d783cc /arm-fix-omapdrm.patch
parent8858097b08956ceac889b0db814e64ed6f02bc75 (diff)
downloadkernel-901d1efc1ee919732acf6e92438f17b6e1fe0e06.tar.gz
kernel-901d1efc1ee919732acf6e92438f17b6e1fe0e06.tar.xz
kernel-901d1efc1ee919732acf6e92438f17b6e1fe0e06.zip
Add patches to fix OMAP drm, radio shark, tweak ARM config
Diffstat (limited to 'arm-fix-omapdrm.patch')
-rw-r--r--arm-fix-omapdrm.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/arm-fix-omapdrm.patch b/arm-fix-omapdrm.patch
new file mode 100644
index 000000000..f70b861fa
--- /dev/null
+++ b/arm-fix-omapdrm.patch
@@ -0,0 +1,10 @@
+--- linux-3.6.0-0.rc3.git2.1.fc18.x86_64/drivers/staging/omapdrm/omap_drv.c.orig 2012-08-28 22:52:35.950826671 +0100
++++ linux-3.6.0-0.rc3.git2.1.fc18.x86_64/drivers/staging/omapdrm/omap_drv.c 2012-08-28 22:52:49.393910353 +0100
+@@ -761,7 +761,6 @@
+ .irq_postinstall = dev_irq_postinstall,
+ .irq_uninstall = dev_irq_uninstall,
+ .irq_handler = dev_irq_handler,
+- .reclaim_buffers = drm_core_reclaim_buffers,
+ #ifdef CONFIG_DEBUG_FS
+ .debugfs_init = omap_debugfs_init,
+ .debugfs_cleanup = omap_debugfs_cleanup,