From: Andy Shevchenko Date: Tue, 22 Aug 2017 13:58:21 +0000 (+0300) Subject: serial: Remove unused port type X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3f3dac7e4d815cb7f929c0ed98c3a45a86852e53;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git serial: Remove unused port type PORT_MFD is not in use since commit 1bd187de5364 ("x86, intel-mid: remove Intel MID specific serial support") Remove leftover. Fixes: 1bd187de5364 ("x86, intel-mid: remove Intel MID specific serial support") Signed-off-by: Andy Shevchenko Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/uapi/linux/serial_core.h b/include/uapi/linux/serial_core.h index 502aa23c7e15..00d335634271 100644 --- a/include/uapi/linux/serial_core.h +++ b/include/uapi/linux/serial_core.h @@ -209,9 +209,6 @@ /* MAX310X */ #define PORT_MAX310X 94 -/* High Speed UART for Medfield */ -#define PORT_MFD 95 - /* TI OMAP-UART */ #define PORT_OMAP 96