packages: lirc/lirc-kernel.patch - 3.4.0 fixes

baggins baggins at pld-linux.org
Sun Jul 1 14:30:36 CEST 2012


Author: baggins                      Date: Sun Jul  1 12:30:36 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 3.4.0 fixes

---- Files affected:
packages/lirc:
   lirc-kernel.patch (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/lirc/lirc-kernel.patch
diff -u packages/lirc/lirc-kernel.patch:1.6 packages/lirc/lirc-kernel.patch:1.7
--- packages/lirc/lirc-kernel.patch:1.6	Sat Sep 10 21:38:24 2011
+++ packages/lirc/lirc-kernel.patch	Sun Jul  1 14:30:31 2012
@@ -31,3 +31,27 @@
  
  #include "drivers/kcompat.h"
  #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 35)
+--- lirc-0.9.0/drivers/lirc_serial/lirc_serial.c~	2011-03-25 23:28:18.000000000 +0100
++++ lirc-0.9.0/drivers/lirc_serial/lirc_serial.c	2012-07-01 14:29:13.757144222 +0200
+@@ -66,7 +66,9 @@
+ #include <linux/poll.h>
+ #include <linux/platform_device.h>
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
+ #include <asm/system.h>
++#endif
+ #include <linux/io.h>
+ #include <linux/irq.h>
+ #include <linux/fcntl.h>
+--- lirc-0.9.0/drivers/lirc_sir/lirc_sir.c~	2011-03-25 23:28:18.000000000 +0100
++++ lirc-0.9.0/drivers/lirc_sir/lirc_sir.c	2012-07-01 14:29:56.867142704 +0200
+@@ -59,7 +59,9 @@
+ #include <linux/mm.h>
+ #include <linux/delay.h>
+ #include <linux/poll.h>
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
+ #include <asm/system.h>
++#endif
+ #include <linux/io.h>
+ #include <asm/irq.h>
+ #include <linux/fcntl.h>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/lirc/lirc-kernel.patch?r1=1.6&r2=1.7



More information about the pld-cvs-commit mailing list