Commit dc58a892 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] USB: remove #include <linux/devfs_fs_kernel.h> from some drivers that do not need it.

parent fbb3b3eb
......@@ -61,7 +61,6 @@
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/smp_lock.h>
#include <linux/devfs_fs_kernel.h>
#include <linux/usb.h>
#define DRIVER_VERSION "v0.0.5"
......
......@@ -16,7 +16,6 @@
#include <linux/etherdevice.h>
#include <linux/mii.h>
#include <linux/ethtool.h>
#include <linux/devfs_fs_kernel.h>
#include <linux/usb.h>
#include <asm/uaccess.h>
......@@ -106,7 +105,6 @@ struct rtl8150 {
typedef struct rtl8150 rtl8150_t;
/* the global usb devfs handle */
unsigned long multicast_filter_limit = 32;
static void fill_skb_pool(rtl8150_t *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment