Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264883
b: refs/heads/master
c: 0feefd9
h: refs/heads/master
i:
  264881: 3f40f20
  264879: 6688c6a
v: v3
  • Loading branch information
Jason Baron authored and Greg Kroah-Hartman committed Oct 18, 2011
1 parent 1cea179 commit e643961
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: 431625dac14de7152235f2f9934d70a9b0f9df83
refs/heads/master: 0feefd97861f9b38accf09a12f8d323f2705e917
4 changes: 4 additions & 0 deletions trunk/lib/dynamic_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@ int __dynamic_dev_dbg(struct _ddebug *descriptor,
}
EXPORT_SYMBOL(__dynamic_dev_dbg);

#ifdef CONFIG_NET

int __dynamic_netdev_dbg(struct _ddebug *descriptor,
const struct net_device *dev, const char *fmt, ...)
{
Expand All @@ -524,6 +526,8 @@ int __dynamic_netdev_dbg(struct _ddebug *descriptor,
}
EXPORT_SYMBOL(__dynamic_netdev_dbg);

#endif

static __initdata char ddebug_setup_string[1024];
static __init int ddebug_setup_query(char *str)
{
Expand Down

0 comments on commit e643961

Please sign in to comment.