| To: | Jeff Garzik <jgarzik@xxxxxxxxx> |
|---|---|
| Subject: | [PATCH] (7/25) sk98: remove unneeded include's |
| From: | Stephen Hemminger <shemminger@xxxxxxxx> |
| Date: | Mon, 15 Nov 2004 15:23:23 -0800 |
| Cc: | Mirko Lindner <demon@xxxxxxxxxxxx>, netdev@xxxxxxxxxxx |
| In-reply-to: | <20041115150910.0f3b8498@zqx3.pdx.osdl.net> |
| Organization: | Open Source Development Lab |
| References: | <20041115150910.0f3b8498@zqx3.pdx.osdl.net> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Remove extraneous header includes Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxx> diff -Nru a/drivers/net/sk98lin/h/skdrv1st.h b/drivers/net/sk98lin/h/skdrv1st.h --- a/drivers/net/sk98lin/h/skdrv1st.h 2004-11-15 11:23:03 -08:00 +++ b/drivers/net/sk98lin/h/skdrv1st.h 2004-11-15 11:23:03 -08:00 @@ -39,9 +39,6 @@ #ifndef __INC_SKDRV1ST_H #define __INC_SKDRV1ST_H -/* Check kernel version */ -#include <linux/version.h> - typedef struct s_AC SK_AC; /* Set card versions */ @@ -62,8 +59,6 @@ #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> -#include <linux/ioport.h> -#include <linux/slab.h> #include <linux/interrupt.h> #include <linux/pci.h> #include <linux/bitops.h> @@ -75,7 +70,7 @@ #include <linux/init.h> #include <asm/uaccess.h> -#include <net/checksum.h> + #define SK_CS_CALCULATE_CHECKSUM #ifndef CONFIG_X86_64 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [NETLINK] Fix mc_list operations, David S. Miller |
|---|---|
| Next by Date: | [PATCH] (8/25) sk98: get rid of unused prototype, Stephen Hemminger |
| Previous by Thread: | Fw: [Bugme-new] [Bug 3747] New: HTB causes machine lockups, Andrew Morton |
| Next by Thread: | [PATCH] (8/25) sk98: get rid of unused prototype, Stephen Hemminger |
| Indexes: | [Date] [Thread] [Top] [All Lists] |