rpms/kernel/devel kernel.spec, 1.1966, 1.1967 linux-2.6-hotfixes.patch, 1.5, 1.6 linux-2.6-usb-wwan-update.patch, 1.1, 1.2

Chuck Ebbert cebbert at fedoraproject.org
Fri Apr 9 21:40:26 UTC 2010


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32350

Modified Files:
	kernel.spec linux-2.6-hotfixes.patch 
	linux-2.6-usb-wwan-update.patch 
Log Message:
Fix build of qcserial and usb_wwan drivers


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1966
retrieving revision 1.1967
diff -u -p -r1.1966 -r1.1967
--- kernel.spec	9 Apr 2010 00:17:51 -0000	1.1966
+++ kernel.spec	9 Apr 2010 21:40:23 -0000	1.1967
@@ -2009,7 +2009,10 @@ fi
 #                 ||     ||
 
 %changelog
-* Thu Apr 09 2010 Chuck Ebbert <cebbert at redhat.com>
+* Fri Apr 09 2010 Chuck Ebbert <cebbert at redhat.com>
+- Fix build of qcserial and usb_wwan drivers
+
+* Fri Apr 09 2010 Chuck Ebbert <cebbert at redhat.com>
 - Linux 2.6.34-rc3-git9
 
 * Wed Apr 07 2010 Chuck Ebbert <cebbert at redhat.com>

linux-2.6-hotfixes.patch:
 qcserial.c |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6-hotfixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-hotfixes.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- linux-2.6-hotfixes.patch	3 Mar 2009 02:01:55 -0000	1.5
+++ linux-2.6-hotfixes.patch	9 Apr 2010 21:40:25 -0000	1.6
@@ -0,0 +1,13 @@
+fixes:
+implicit declaration of function kzalloc
+
+--- linux-2.6.33.noarch.orig/drivers/usb/serial/qcserial.c
++++ linux-2.6.33.noarch/drivers/usb/serial/qcserial.c
+@@ -11,6 +11,7 @@
+  *
+  */
+ 
++#include <linux/slab.h>
+ #include <linux/tty.h>
+ #include <linux/tty_flip.h>
+ #include <linux/usb.h>

linux-2.6-usb-wwan-update.patch:
 Kconfig    |    5 
 Makefile   |    1 
 option.c   |  661 ++----------------------------------------------------------
 qcserial.c |   63 ++++-
 usb-wwan.h |   67 ++++++
 usb_wwan.c |  665 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 810 insertions(+), 652 deletions(-)

Index: linux-2.6-usb-wwan-update.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-usb-wwan-update.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- linux-2.6-usb-wwan-update.patch	3 Apr 2010 17:02:31 -0000	1.1
+++ linux-2.6-usb-wwan-update.patch	9 Apr 2010 21:40:25 -0000	1.2
@@ -969,7 +969,7 @@ new file mode 100644
 index 0000000..1ccf852
 --- /dev/null
 +++ b/drivers/usb/serial/usb_wwan.c
-@@ -0,0 +1,664 @@
+@@ -0,0 +1,665 @@
 +/*
 +  USB Driver layer for GSM modems
 +
@@ -998,6 +998,7 @@ index 0000000..1ccf852
 +#include <linux/kernel.h>
 +#include <linux/jiffies.h>
 +#include <linux/errno.h>
++#include <linux/slab.h>
 +#include <linux/tty.h>
 +#include <linux/tty_flip.h>
 +#include <linux/module.h>



More information about the scm-commits mailing list