PATCH: remove version.h's

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 8 Apr 2003 01:38:45 +0100


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.67/sound/core/memory_wrapper.c linux-2.5.67-ac1/sound/core/memory_wrapper.c
--- linux-2.5.67/sound/core/memory_wrapper.c 2003-03-26 20:00:02.000000000 +0000
+++ linux-2.5.67-ac1/sound/core/memory_wrapper.c 2003-04-03 23:52:57.000000000 +0100
@@ -19,7 +19,6 @@
*/

#include <linux/config.h>
-#include <linux/version.h>
#include <linux/pci.h>
#include <sound/memalloc.h>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.67/sound/core/sgbuf.c linux-2.5.67-ac1/sound/core/sgbuf.c
--- linux-2.5.67/sound/core/sgbuf.c 2003-03-26 20:00:02.000000000 +0000
+++ linux-2.5.67-ac1/sound/core/sgbuf.c 2003-04-03 23:52:57.000000000 +0100
@@ -20,7 +20,6 @@
*/

#include <linux/config.h>
-#include <linux/version.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.67/sound/core/wrappers.c linux-2.5.67-ac1/sound/core/wrappers.c
--- linux-2.5.67/sound/core/wrappers.c 2003-03-26 20:00:02.000000000 +0000
+++ linux-2.5.67-ac1/sound/core/wrappers.c 2003-04-03 23:52:57.000000000 +0100
@@ -19,7 +19,6 @@
*
*/

-#include <linux/version.h>
#include <linux/config.h>
#include <linux/module.h>
#include <linux/slab.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/