aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/sam.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/rio/sam.h')
-rw-r--r--drivers/char/rio/sam.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/drivers/char/rio/sam.h b/drivers/char/rio/sam.h
index c1accb8cb624..31494054b213 100644
--- a/drivers/char/rio/sam.h
+++ b/drivers/char/rio/sam.h
@@ -60,15 +60,12 @@
60#define RX FALSE 60#define RX FALSE
61 61
62 62
63typedef struct FREE_LIST FREE_LIST ; 63typedef struct FREE_LIST FREE_LIST;
64struct FREE_LIST { 64struct FREE_LIST {
65 FREE_LIST_ptr next ; 65 FREE_LIST_ptr next;
66 FREE_LIST_ptr prev ; 66 FREE_LIST_ptr prev;
67 } ; 67};
68 68
69 69
70#endif 70#endif
71/*********** end of file ***********/ 71/*********** end of file ***********/
72
73
74