Add fini routines for usbserial and rename grub_usbserial to grub_ftdi

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-07-18 17:40:42 +02:00
parent dd20a7868b
commit 24494d478a
5 changed files with 118 additions and 58 deletions

View file

@ -197,7 +197,7 @@ serial_hw_configure (struct grub_serial_port *port,
return GRUB_ERR_NONE;
}
static struct grub_serial_driver grub_ns8250_driver =
struct grub_serial_driver grub_ns8250_driver =
{
.configure = serial_hw_configure,
.fetch = serial_hw_fetch,