Module Name:    src
Committed By:   kiyohara
Date:           Sat Sep  4 05:01:20 UTC 2010

Modified Files:
        src/sys/dev/marvell: com_mv.c

Log Message:
Add include opt_com.h.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/marvell/com_mv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/marvell/com_mv.c
diff -u src/sys/dev/marvell/com_mv.c:1.3 src/sys/dev/marvell/com_mv.c:1.4
--- src/sys/dev/marvell/com_mv.c:1.3	Sun Aug  1 06:47:16 2010
+++ src/sys/dev/marvell/com_mv.c	Sat Sep  4 05:01:20 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: com_mv.c,v 1.3 2010/08/01 06:47:16 kiyohara Exp $	*/
+/*	$NetBSD: com_mv.c,v 1.4 2010/09/04 05:01:20 kiyohara Exp $	*/
 /*
  * Copyright (c) 2007, 2010 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com_mv.c,v 1.3 2010/08/01 06:47:16 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com_mv.c,v 1.4 2010/09/04 05:01:20 kiyohara Exp $");
+
+#include "opt_com.h"
 
 #include <sys/param.h>
 #include <sys/bus.h>

Reply via email to