diff options
Diffstat (limited to 'tools/lib/lockdep/lockdep.c')
| -rw-r--r-- | tools/lib/lockdep/lockdep.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/lib/lockdep/lockdep.c b/tools/lib/lockdep/lockdep.c index 6002fcf2f9bc..348a9d0fb766 100644 --- a/tools/lib/lockdep/lockdep.c +++ b/tools/lib/lockdep/lockdep.c | |||
| @@ -15,6 +15,11 @@ u32 prandom_u32(void) | |||
| 15 | abort(); | 15 | abort(); |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | void print_irqtrace_events(struct task_struct *curr) | ||
| 19 | { | ||
| 20 | abort(); | ||
| 21 | } | ||
| 22 | |||
| 18 | static struct new_utsname *init_utsname(void) | 23 | static struct new_utsname *init_utsname(void) |
| 19 | { | 24 | { |
| 20 | static struct new_utsname n = (struct new_utsname) { | 25 | static struct new_utsname n = (struct new_utsname) { |
