|
@@ -66,6 +66,7 @@
|
|
|
#include <linux/termios.h>
|
|
|
#include <linux/workqueue.h>
|
|
|
#include <linux/hdlc.h>
|
|
|
+#include <linux/synclink.h>
|
|
|
|
|
|
#if defined(CONFIG_HDLC) || (defined(CONFIG_HDLC_MODULE) && defined(CONFIG_SYNCLINKMP_MODULE))
|
|
|
#define SYNCLINK_GENERIC_HDLC 1
|
|
@@ -80,8 +81,6 @@
|
|
|
|
|
|
#include <asm/uaccess.h>
|
|
|
|
|
|
-#include "linux/synclink.h"
|
|
|
-
|
|
|
static MGSL_PARAMS default_params = {
|
|
|
MGSL_MODE_HDLC, /* unsigned long mode */
|
|
|
0, /* unsigned char loopback; */
|