diff options
Diffstat (limited to 'drivers/serial/crisv10.h')
-rw-r--r-- | drivers/serial/crisv10.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/crisv10.h b/drivers/serial/crisv10.h index f36a729280bc..ea0beb46a10d 100644 --- a/drivers/serial/crisv10.h +++ b/drivers/serial/crisv10.h | |||
@@ -125,7 +125,7 @@ struct e100_serial { | |||
125 | int errorcode; | 125 | int errorcode; |
126 | 126 | ||
127 | #ifdef CONFIG_ETRAX_RS485 | 127 | #ifdef CONFIG_ETRAX_RS485 |
128 | struct rs485_control rs485; /* RS-485 support */ | 128 | struct serial_rs485 rs485; /* RS-485 support */ |
129 | #endif | 129 | #endif |
130 | }; | 130 | }; |
131 | 131 | ||