diff options
Diffstat (limited to 'arch/um/kernel/tt/gdb.c')
-rw-r--r-- | arch/um/kernel/tt/gdb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/um/kernel/tt/gdb.c b/arch/um/kernel/tt/gdb.c index 8eba8f7dca68..030e4658f36b 100644 --- a/arch/um/kernel/tt/gdb.c +++ b/arch/um/kernel/tt/gdb.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include "user.h" | 17 | #include "user.h" |
18 | #include "debug.h" | 18 | #include "debug.h" |
19 | #include "kern_util.h" | 19 | #include "kern_util.h" |
20 | #include "user_util.h" | ||
21 | #include "tt.h" | 20 | #include "tt.h" |
22 | #include "sysdep/thread.h" | 21 | #include "sysdep/thread.h" |
23 | #include "os.h" | 22 | #include "os.h" |
@@ -115,6 +114,8 @@ struct gdb_data { | |||
115 | int err; | 114 | int err; |
116 | }; | 115 | }; |
117 | 116 | ||
117 | extern char *linux_prog; | ||
118 | |||
118 | static void config_gdb_cb(void *arg) | 119 | static void config_gdb_cb(void *arg) |
119 | { | 120 | { |
120 | struct gdb_data *data = arg; | 121 | struct gdb_data *data = arg; |