summaryrefslogtreecommitdiffstats
path: root/tapset/networking.stp
diff options
context:
space:
mode:
authorEugeniy Meshcheryakov <eugen@debian.org>2009-02-28 20:15:39 +0100
committerEugeniy Meshcheryakov <eugen@debian.org>2009-02-28 20:15:39 +0100
commit96862c762bf019f8054851f0dce7aecc62bcf5f1 (patch)
treee4dcfa11130d2afec1bf70454d7b938f419a9326 /tapset/networking.stp
parentab421f562d14d1322b9197d9e23fcfbaf809fba3 (diff)
parent820e7ac7a68952d88cc8ff702f18e8c4b7eae822 (diff)
downloadsystemtap-steved-96862c762bf019f8054851f0dce7aecc62bcf5f1.tar.gz
systemtap-steved-96862c762bf019f8054851f0dce7aecc62bcf5f1.tar.xz
systemtap-steved-96862c762bf019f8054851f0dce7aecc62bcf5f1.zip
Merge branch 'master' of git+ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'tapset/networking.stp')
-rw-r--r--tapset/networking.stp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tapset/networking.stp b/tapset/networking.stp
index d6e90259..a147441a 100644
--- a/tapset/networking.stp
+++ b/tapset/networking.stp
@@ -6,10 +6,6 @@
// Public License (GPL); either version 2, or (at your option) any
// later version.
-%{
-#include <linux/netdevice.h>
-%}
-
/**
* probe netdev.receive - Data recieved from network device.
* @dev_name: The name of the device. e.g: eth0, ath1.