fprobe/samples: Make sample_probe static
[sfrench/cifs-2.6.git] / samples / fprobe / fprobe_example.c
index 01ee6c8c8382921d253e0a130b8a05df3c60ebc1..58f6e8358e974d8ed57daee2d0ed12b9fff02c5a 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";