diff options
author | Tiwei Bie <tiwei.btw@antgroup.com> | 2024-04-23 20:58:58 +0800 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2024-04-30 14:18:00 +0200 |
commit | 470dbef50606a4a08dca97133b30cf106207d1ab (patch) | |
tree | 4bed53f79c94c44c204fc916a3edff51c3c83551 /arch/um/drivers/virtio_uml.c | |
parent | 67c3c7de410c3f1e9f2cd87d7e6cec9e0c6a0e4b (diff) |
um: Remove unused do_get_thread_area function
It's not used since it was introduced by commit aa6758d4867c ("[PATCH]
uml: implement {get,set}_thread_area for i386"). Now, it's causing a
-Wmissing-prototypes warning:
arch/x86/um/tls_32.c:39:5: warning: no previous prototype for ‘do_get_thread_area’ [-Wmissing-prototypes]
39 | int do_get_thread_area(struct user_desc *info)
| ^~~~~~~~~~~~~~~~~~
The original author also had doubts about whether it should be used.
Considering that 18 years have passed, let's just remove it.
Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/drivers/virtio_uml.c')
0 files changed, 0 insertions, 0 deletions