|
@@ -9,8 +9,11 @@
|
|
#ifndef __BFIN_ASM_SERIAL_H__
|
|
#ifndef __BFIN_ASM_SERIAL_H__
|
|
#define __BFIN_ASM_SERIAL_H__
|
|
#define __BFIN_ASM_SERIAL_H__
|
|
|
|
|
|
|
|
+#include <linux/circ_buf.h>
|
|
#include <linux/serial_core.h>
|
|
#include <linux/serial_core.h>
|
|
#include <linux/spinlock.h>
|
|
#include <linux/spinlock.h>
|
|
|
|
+#include <linux/timer.h>
|
|
|
|
+#include <linux/workqueue.h>
|
|
#include <mach/anomaly.h>
|
|
#include <mach/anomaly.h>
|
|
#include <mach/bfin_serial.h>
|
|
#include <mach/bfin_serial.h>
|
|
|
|
|
|
@@ -25,10 +28,6 @@
|
|
# endif
|
|
# endif
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-struct circ_buf;
|
|
|
|
-struct timer_list;
|
|
|
|
-struct work_struct;
|
|
|
|
-
|
|
|
|
struct bfin_serial_port {
|
|
struct bfin_serial_port {
|
|
struct uart_port port;
|
|
struct uart_port port;
|
|
unsigned int old_status;
|
|
unsigned int old_status;
|