[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree

zrouter-src-freebsd at zrouter.org zrouter-src-freebsd at zrouter.org
Wed Jul 25 14:36:34 UTC 2012


details:   http://zrouter.org/hg/FreeBSD/head//rev/8744504844bf
changeset: 516:8744504844bf
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Wed Jul 25 17:30:44 2012 +0300
description:
Lazy update

diffstat:

 head/sys/mips/cavium/uart_bus_octeonusart.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r ff5f67dab441 -r 8744504844bf head/sys/mips/cavium/uart_bus_octeonusart.c
--- a/head/sys/mips/cavium/uart_bus_octeonusart.c	Wed Jul 25 17:29:37 2012 +0300
+++ b/head/sys/mips/cavium/uart_bus_octeonusart.c	Wed Jul 25 17:30:44 2012 +0300
@@ -35,7 +35,7 @@
 #include "opt_uart.h"
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/mips/cavium/uart_bus_octeonusart.c 217573 2011-01-19 07:06:28Z jmallett $");
+__FBSDID("$FreeBSD: head/sys/mips/cavium/uart_bus_octeonusart.c 237687 2012-06-28 06:49:04Z imp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -61,11 +61,8 @@
 
 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),


More information about the Zrouter-src-freebsd mailing list