rpms/kernel/devel linux-2.6-cell-mambo-drivers.patch,1.4,1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 9 23:46:00 UTC 2006


Author: davej

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

Modified Files:
	linux-2.6-cell-mambo-drivers.patch 
Log Message:
don't include version.h

linux-2.6-cell-mambo-drivers.patch:
 arch/powerpc/Kconfig              |   21 ++
 b/drivers/block/mambo_bd.c        |  285 +++++++++++++++++++++++++++
 b/drivers/net/mambonet.c          |  391 ++++++++++++++++++++++++++++++++++++++
 b/include/asm-powerpc/systemsim.h |  130 ++++++++++++
 drivers/block/Makefile            |    1 
 drivers/net/Makefile              |    1 
 include/asm-powerpc/processor.h   |   17 +
 include/linux/root_dev.h          |    3 
 8 files changed, 849 insertions(+)

Index: linux-2.6-cell-mambo-drivers.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-cell-mambo-drivers.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-2.6-cell-mambo-drivers.patch	4 Jul 2006 23:17:00 -0000	1.4
+++ linux-2.6-cell-mambo-drivers.patch	9 Aug 2006 23:45:56 -0000	1.5
@@ -338,7 +338,7 @@
  obj-$(CONFIG_ZNET) += znet.o
 --- /dev/null
 +++ b/drivers/net/mambonet.c
-@@ -0,0 +1,392 @@
+@@ -0,0 +1,391 @@
 +/*
 + *  Bogus Network Driver for PowerPC Full System Simulator
 + *
@@ -398,7 +398,6 @@
 +#include <linux/if_arp.h>	/* For ARPHRD_ETHER */
 +#include <linux/workqueue.h>
 +#include <asm/prom.h>
-+#include <linux/version.h>
 +#include <asm/systemsim.h>
 +
 +#define MAMBO_BOGUS_NET_PROBE   119




More information about the fedora-cvs-commits mailing list