From 1456dad9bc9ca2e4a3a4b803a2b25b7fd84e2dae Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 13 Feb 2014 15:18:57 -0800 Subject: Revert "serial: max310x: Fix build error" This reverts commit e3c6ea9b1b81b87de96c01d5d37764009d546636 as it didn't help anything, and caused more problems than expected. Reported-by: kbuild test robot Cc: Alexander Shiyan Signed-off-by: Greg Kroah-Hartman --- drivers/tty/serial/max310x.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/tty/serial/max310x.c') diff --git a/drivers/tty/serial/max310x.c b/drivers/tty/serial/max310x.c index ef01d37..8dec480 100644 --- a/drivers/tty/serial/max310x.c +++ b/drivers/tty/serial/max310x.c @@ -24,10 +24,9 @@ #include #include #include -#include #include #include -#include +#include #define MAX310X_NAME "max310x" #define MAX310X_MAJOR 204 -- cgit v1.1