2003-08-29 20:41:45

by Felipe W Damasio

[permalink] [raw]
Subject: [PATCH 1/3] Remove unneeded linux/version.h include from net/rxrpc

--- linux-2.6.0-test4/net/rxrpc/krxsecd.c.orig Fri Aug 29 17:35:52 2003
+++ linux-2.6.0-test4/net/rxrpc/krxsecd.c Fri Aug 29 17:36:23 2003
@@ -14,7 +14,6 @@
* - responding to security challenges on outbound connections
*/

-#include <linux/version.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/completion.h>


Attachments:
krxsecd.patch (340.00 B)

2003-09-01 09:09:49

by David Howells

[permalink] [raw]
Subject: Re: [PATCH 1/3] Remove unneeded linux/version.h include from net/rxrpc


> This patch is based on Randy's modified checkversion.pl, which
> detected an unneeded inclusion of linux/versio.h

I've added these patches to my CVS repository. I'll generate a new set of
patches when the next kernel is released.

David