diff options
author | Tiwei Bie <tiwei.btw@antgroup.com> | 2025-05-03 08:17:08 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-05-05 11:26:59 +0300 |
commit | 65eaac591b752042006d3a79c0cfba47e2a9aaac (patch) | |
tree | 6494353519ffa292543fdde24b0fd89d6f99174c /arch/um/include/shared | |
parent | 304c9f7f8f439083c56846c4433fbab7467eb01e (diff) | |
download | linux-65eaac591b752042006d3a79c0cfba47e2a9aaac.tar.xz |
um: Remove obsolete legacy network transports
These legacy network transports were marked as obsolete in commit
40814b98a570 ("um: Mark non-vector net transports as obsolete").
More than five years have passed since then. Remove these network
transports to reduce the maintenance burden.
Suggested-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Link: https://patch.msgid.link/20250503051710.3286595-2-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'arch/um/include/shared')
-rw-r--r-- | arch/um/include/shared/os.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/shared/os.h b/arch/um/include/shared/os.h index 152a60080d5b..e63a74a5ff19 100644 --- a/arch/um/include/shared/os.h +++ b/arch/um/include/shared/os.h @@ -143,7 +143,6 @@ extern int os_access(const char *file, int mode); extern int os_set_exec_close(int fd); extern int os_ioctl_generic(int fd, unsigned int cmd, unsigned long arg); extern int os_get_ifname(int fd, char *namebuf); -extern int os_set_slip(int fd); extern int os_mode_fd(int fd, int mode); extern int os_seek_file(int fd, unsigned long long offset); |