Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[sfrench/cifs-2.6.git] / samples / fprobe / fprobe_example.c
index 18b1e5c4b43151bde446ea7562cac9788ed96cc1..e22da8573116e0500c2eb41f2f8672ade8e2bd84 100644 (file)
@@ -20,7 +20,7 @@
 
 #define BACKTRACE_DEPTH 16
 #define MAX_SYMBOL_LEN 4096
-struct fprobe sample_probe;
+static struct fprobe sample_probe;
 static unsigned long nhit;
 
 static char symbol[MAX_SYMBOL_LEN] = "kernel_clone";