diff options
Diffstat (limited to 'drivers/serial/serial_sti_asc.c')
-rw-r--r-- | drivers/serial/serial_sti_asc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/serial/serial_sti_asc.c b/drivers/serial/serial_sti_asc.c index 2cada4efbf..40381b57b0 100644 --- a/drivers/serial/serial_sti_asc.c +++ b/drivers/serial/serial_sti_asc.c @@ -209,4 +209,3 @@ U_BOOT_DRIVER(serial_sti_asc) = { .probe = sti_asc_serial_probe, .priv_auto = sizeof(struct sti_asc_serial), }; - |