Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
dc58a892
Commit
dc58a892
authored
May 06, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: remove #include <linux/devfs_fs_kernel.h> from some drivers that do not need it.
parent
fbb3b3eb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
drivers/usb/input/xpad.c
drivers/usb/input/xpad.c
+0
-1
drivers/usb/net/rtl8150.c
drivers/usb/net/rtl8150.c
+0
-2
No files found.
drivers/usb/input/xpad.c
View file @
dc58a892
...
...
@@ -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"
...
...
drivers/usb/net/rtl8150.c
View file @
dc58a892
...
...
@@ -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
*
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment