diff options
author | Greg KH <gregkh@suse.de> | 2005-04-18 20:39:24 -0400 |
---|---|---|
committer | Greg K-H <gregkh@suse.de> | 2005-04-18 20:39:24 -0400 |
commit | 6d5e8254bf488a40b7ae2faafbffa232ab19d541 (patch) | |
tree | 5b1da56cde518016bee4d94ba55da4f9231307f8 /drivers/usb/core/inode.c | |
parent | ba9d35fb01852e195f2a4ca975fdcd6578b52c78 (diff) |
[PATCH] USB: fix up some sparse warnings about static functions that aren't static.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Index: gregkh-2.6/drivers/usb/core/usb.h
===================================================================
Diffstat (limited to 'drivers/usb/core/inode.c')
-rw-r--r-- | drivers/usb/core/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/core/inode.c b/drivers/usb/core/inode.c index d913407bcdc..f9f9561c6ba 100644 --- a/drivers/usb/core/inode.c +++ b/drivers/usb/core/inode.c | |||
@@ -41,6 +41,7 @@ | |||
41 | #include <linux/parser.h> | 41 | #include <linux/parser.h> |
42 | #include <asm/byteorder.h> | 42 | #include <asm/byteorder.h> |
43 | #include "usb.h" | 43 | #include "usb.h" |
44 | #include "hcd.h" | ||
44 | 45 | ||
45 | static struct super_operations usbfs_ops; | 46 | static struct super_operations usbfs_ops; |
46 | static struct file_operations default_file_operations; | 47 | static struct file_operations default_file_operations; |