serial: core: Remove unused PORT_* definitions
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 21 Aug 2023 08:38:57 +0000 (11:38 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Aug 2023 12:59:43 +0000 (14:59 +0200)
commit54b45ee8bd4228a7e3fdd1bbfa4e31fe87e1cbbf
treebd2416ad426ae5e4f402ce64de8ae6013990aca5
parentebee41c8490aeb3ef2e7d25f5e97ce45c996da4d
serial: core: Remove unused PORT_* definitions

For the last couple of years Linux kernel got rid of a few architectures
and many platforms. Hence some PORT_* definitions in the serial_core.h
become unused and redundant. Remove them for good.

Removed IDs are checked for users against Debian Code Search engine.
Hence safe to remove as there are no consumers found (only providers).

While at it, add a note about 0-13, that are defined in the other file.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230821083857.1065282-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/serial_core.h