Commit 1456dad9 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Revert "serial: max310x: Fix build error"

This reverts commit e3c6ea9b as it
didn't help anything, and caused more problems than expected.
Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
Cc: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f76a1cbe
...@@ -24,10 +24,9 @@ ...@@ -24,10 +24,9 @@
#include <linux/regmap.h> #include <linux/regmap.h>
#include <linux/serial_core.h> #include <linux/serial_core.h>
#include <linux/serial.h> #include <linux/serial.h>
#include <linux/spi/spi.h>
#include <linux/tty.h> #include <linux/tty.h>
#include <linux/tty_flip.h> #include <linux/tty_flip.h>
#include <uapi/asm-generic/ioctls.h> #include <linux/spi/spi.h>
#define MAX310X_NAME "max310x" #define MAX310X_NAME "max310x"
#define MAX310X_MAJOR 204 #define MAX310X_MAJOR 204
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment