diff options
Diffstat (limited to 'drivers/char/synclink.c')
-rw-r--r-- | drivers/char/synclink.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/synclink.c b/drivers/char/synclink.c index d010ed95ed3b..ddc74d1f4f1b 100644 --- a/drivers/char/synclink.c +++ b/drivers/char/synclink.c | |||
@@ -85,6 +85,7 @@ | |||
85 | #include <linux/vmalloc.h> | 85 | #include <linux/vmalloc.h> |
86 | #include <linux/init.h> | 86 | #include <linux/init.h> |
87 | #include <linux/ioctl.h> | 87 | #include <linux/ioctl.h> |
88 | #include <linux/synclink.h> | ||
88 | 89 | ||
89 | #include <asm/system.h> | 90 | #include <asm/system.h> |
90 | #include <asm/io.h> | 91 | #include <asm/io.h> |
@@ -110,8 +111,6 @@ | |||
110 | 111 | ||
111 | #include <asm/uaccess.h> | 112 | #include <asm/uaccess.h> |
112 | 113 | ||
113 | #include "linux/synclink.h" | ||
114 | |||
115 | #define RCLRVALUE 0xffff | 114 | #define RCLRVALUE 0xffff |
116 | 115 | ||
117 | static MGSL_PARAMS default_params = { | 116 | static MGSL_PARAMS default_params = { |