diff options
Diffstat (limited to 'drivers/ps3/ps3-vuart.c')
-rw-r--r-- | drivers/ps3/ps3-vuart.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ps3/ps3-vuart.c b/drivers/ps3/ps3-vuart.c index bc1e5139ba29..d6db822bef84 100644 --- a/drivers/ps3/ps3-vuart.c +++ b/drivers/ps3/ps3-vuart.c | |||
@@ -151,11 +151,6 @@ static void __maybe_unused _dump_port_params(unsigned int port_number, | |||
151 | #endif | 151 | #endif |
152 | } | 152 | } |
153 | 153 | ||
154 | struct vuart_triggers { | ||
155 | unsigned long rx; | ||
156 | unsigned long tx; | ||
157 | }; | ||
158 | |||
159 | int ps3_vuart_get_triggers(struct ps3_system_bus_device *dev, | 154 | int ps3_vuart_get_triggers(struct ps3_system_bus_device *dev, |
160 | struct vuart_triggers *trig) | 155 | struct vuart_triggers *trig) |
161 | { | 156 | { |