octeon_uart_class was removed some time ago everywhere but here.

This commit is contained in:
Warner Losh 2012-06-28 06:49:04 +00:00
parent 23e59dfa8d
commit f3140a8923
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237687

View File

@ -61,11 +61,8 @@ __FBSDID("$FreeBSD$");
extern struct uart_class uart_oct16550_class;
static int uart_octeon_probe(device_t dev);
extern struct uart_class octeon_uart_class;
static device_method_t uart_octeon_methods[] = {
/* Device interface */
DEVMETHOD(device_probe, uart_octeon_probe),