rpms/kernel/devel linux-2.6.11-compile-fixes.patch,1.19,1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat May 28 23:14:44 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12774

Modified Files:
	linux-2.6.11-compile-fixes.patch 
Log Message:
compile fixen


linux-2.6.11-compile-fixes.patch:
 linux-10002/include/linux/init.h       |    4 ----
 linux-2.6.11/drivers/char/agp/hp-agp.c |    3 +--
 linux-2.6.11/drivers/firmware/pcdp.c   |    1 +
 3 files changed, 2 insertions(+), 6 deletions(-)

Index: linux-2.6.11-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6.11-compile-fixes.patch,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- linux-2.6.11-compile-fixes.patch	26 May 2005 21:48:21 -0000	1.19
+++ linux-2.6.11-compile-fixes.patch	28 May 2005 23:14:41 -0000	1.20
@@ -14,3 +14,26 @@
  /* For assembly routines */
  #define __INIT		.section	".init.text","ax"
 
+--- linux-2.6.11/drivers/firmware/pcdp.c~	2005-05-28 19:12:41.000000000 -0400
++++ linux-2.6.11/drivers/firmware/pcdp.c	2005-05-28 19:12:51.000000000 -0400
+@@ -15,6 +15,7 @@
+ #include <linux/console.h>
+ #include <linux/efi.h>
+ #include <linux/serial.h>
++#include <acpi/actypes.h>
+ #include "pcdp.h"
+ 
+ static int __init
+--- linux-2.6.11/drivers/char/agp/hp-agp.c~	2005-05-28 19:13:50.000000000 -0400
++++ linux-2.6.11/drivers/char/agp/hp-agp.c	2005-05-28 19:14:14.000000000 -0400
+@@ -14,9 +14,8 @@
+ #include <linux/pci.h>
+ #include <linux/init.h>
+ #include <linux/agp_backend.h>
+-
++#include <acpi/acpixf.h>
+ #include <asm/acpi-ext.h>
+-
+ #include "agp.h"
+ 
+ #ifndef log2




More information about the fedora-cvs-commits mailing list