]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
Revert "serial: max310x: Fix build error"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 23:18:57 +0000 (15:18 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Feb 2014 23:18:57 +0000 (15:18 -0800)
This reverts commit e3c6ea9b1b81b87de96c01d5d37764009d546636 as it
didn't help anything, and caused more problems than expected.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max310x.c

index ef01d372956a0366cfd507ac544749e145f2168b..8dec480a73dfc7e5210a6f53ebb3e2830e5ef563 100644 (file)
 #include <linux/regmap.h>
 #include <linux/serial_core.h>
 #include <linux/serial.h>
-#include <linux/spi/spi.h>
 #include <linux/tty.h>
 #include <linux/tty_flip.h>
-#include <uapi/asm-generic/ioctls.h>
+#include <linux/spi/spi.h>
 
 #define MAX310X_NAME                   "max310x"
 #define MAX310X_MAJOR                  204