summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorehovland <ehovland>2006-07-18 17:34:43 +0000
committerehovland <ehovland>2006-07-18 17:34:43 +0000
commite831ceee5a9a2e01a573881013edc6f6a8391be1 (patch)
treea783e4428d3b8cf1805d5b1ea49ba2a216ad279b
parent25f95ddc1966a415620f031ff9e1c5535505ed24 (diff)
Removing superflous devfs include. This suggestion by Pavel.
Note that there is no function in the code that uses devfs functions from this header, so it should be safe for removal even though one might be using devfs in their 2.4 kernels (for example hh.org does and this has no effect on their kernels).
-rw-r--r--at76c503.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/at76c503.c b/at76c503.c
index df7c0df..e17c4e6 100644
--- a/at76c503.c
+++ b/at76c503.c
@@ -1,5 +1,5 @@
/* -*- linux-c -*- */
-/* $Id: at76c503.c,v 1.75.2.4 2006/07/18 16:55:33 ehovland Exp $
+/* $Id: at76c503.c,v 1.75.2.5 2006/07/18 17:34:43 ehovland Exp $
*
* USB at76c503/at76c505 driver
*
@@ -94,7 +94,6 @@
#include <linux/spinlock.h>
#include <linux/list.h>
#include <linux/smp_lock.h>
-#include <linux/devfs_fs_kernel.h>
#include <linux/usb.h>
#include <linux/netdevice.h>
#include <linux/if_arp.h>
@@ -7417,7 +7416,7 @@ int init_new_device(struct at76c503 *dev)
else
dev->rx_data_fcs_len = 4;
- info("$Id: at76c503.c,v 1.75.2.4 2006/07/18 16:55:33 ehovland Exp $ compiled %s %s", __DATE__, __TIME__);
+ info("$Id: at76c503.c,v 1.75.2.5 2006/07/18 17:34:43 ehovland Exp $ compiled %s %s", __DATE__, __TIME__);
info("firmware version %d.%d.%d #%d (fcs_len %d)",
dev->fw_version.major, dev->fw_version.minor,
dev->fw_version.patch, dev->fw_version.build,