diff options
author | David S. Miller <davem@davemloft.net> | 2009-06-15 06:02:23 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-15 06:02:23 -0400 |
commit | 9cbc1cb8cd46ce1f7645b9de249b2ce8460129bb (patch) | |
tree | 8d104ec2a459346b99413b0b77421ca7b9936c1a /net/core/net-traces.c | |
parent | ca44d6e60f9de26281fda203f58b570e1748c015 (diff) | |
parent | 45e3e1935e2857c54783291107d33323b3ef33c8 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
Documentation/feature-removal-schedule.txt
drivers/scsi/fcoe/fcoe.c
net/core/drop_monitor.c
net/core/net-traces.c
Diffstat (limited to 'net/core/net-traces.c')
-rw-r--r-- | net/core/net-traces.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/core/net-traces.c b/net/core/net-traces.c index b07b25bd2cde..f1e982c508bb 100644 --- a/net/core/net-traces.c +++ b/net/core/net-traces.c | |||
@@ -19,15 +19,14 @@ | |||
19 | #include <linux/workqueue.h> | 19 | #include <linux/workqueue.h> |
20 | #include <linux/netlink.h> | 20 | #include <linux/netlink.h> |
21 | #include <linux/net_dropmon.h> | 21 | #include <linux/net_dropmon.h> |
22 | #include <trace/skb.h> | ||
23 | #include <trace/napi.h> | ||
24 | 22 | ||
25 | #include <asm/unaligned.h> | 23 | #include <asm/unaligned.h> |
26 | #include <asm/bitops.h> | 24 | #include <asm/bitops.h> |
27 | 25 | ||
26 | #define CREATE_TRACE_POINTS | ||
27 | #include <trace/events/skb.h> | ||
28 | #include <trace/events/napi.h> | ||
28 | 29 | ||
29 | DEFINE_TRACE(kfree_skb); | ||
30 | EXPORT_TRACEPOINT_SYMBOL_GPL(kfree_skb); | 30 | EXPORT_TRACEPOINT_SYMBOL_GPL(kfree_skb); |
31 | 31 | ||
32 | DEFINE_TRACE(napi_poll); | ||
33 | EXPORT_TRACEPOINT_SYMBOL_GPL(napi_poll); | 32 | EXPORT_TRACEPOINT_SYMBOL_GPL(napi_poll); |