diff options
Diffstat (limited to 'kernel/marker.c')
| -rw-r--r-- | kernel/marker.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/marker.c b/kernel/marker.c index 005b95954593..b5a9fe1d50d5 100644 --- a/kernel/marker.c +++ b/kernel/marker.c | |||
| @@ -23,12 +23,13 @@ | |||
| 23 | #include <linux/rcupdate.h> | 23 | #include <linux/rcupdate.h> |
| 24 | #include <linux/marker.h> | 24 | #include <linux/marker.h> |
| 25 | #include <linux/err.h> | 25 | #include <linux/err.h> |
| 26 | #include <linux/slab.h> | ||
| 26 | 27 | ||
| 27 | extern struct marker __start___markers[]; | 28 | extern struct marker __start___markers[]; |
| 28 | extern struct marker __stop___markers[]; | 29 | extern struct marker __stop___markers[]; |
| 29 | 30 | ||
| 30 | /* Set to 1 to enable marker debug output */ | 31 | /* Set to 1 to enable marker debug output */ |
| 31 | const int marker_debug; | 32 | static const int marker_debug; |
| 32 | 33 | ||
| 33 | /* | 34 | /* |
| 34 | * markers_mutex nests inside module_mutex. Markers mutex protects the builtin | 35 | * markers_mutex nests inside module_mutex. Markers mutex protects the builtin |
