Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324603
b: refs/heads/master
c: 93efc55
h: refs/heads/master
i:
  324601: 8374dc6
  324599: d045000
v: v3
  • Loading branch information
W. Trevor King authored and Greg Kroah-Hartman committed Aug 17, 2012
1 parent 4d00ba1 commit 7e2957d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5afbfa638d52ac844459bca55170f354b109b4dc
refs/heads/master: 93efc55b42536273d8ca5cccb5261cfe5e1471bb
4 changes: 4 additions & 0 deletions trunk/drivers/staging/usbip/usbip_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
#include <linux/fs.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/stat.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <net/sock.h>

#include "usbip_common.h"
Expand All @@ -36,6 +38,8 @@ unsigned long usbip_debug_flag = 0xffffffff;
unsigned long usbip_debug_flag;
#endif
EXPORT_SYMBOL_GPL(usbip_debug_flag);
module_param(usbip_debug_flag, ulong, S_IRUGO|S_IWUSR);
MODULE_PARM_DESC(usbip_debug_flag, "debug flags (defined in usbip_common.h)");

/* FIXME */
struct device_attribute dev_attr_usbip_debug;
Expand Down

0 comments on commit 7e2957d

Please sign in to comment.