Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/marvell Add include opt_com.h.



details:   https://anonhg.NetBSD.org/src/rev/3179705d49df
branches:  trunk
changeset: 757546:3179705d49df
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat Sep 04 05:01:20 2010 +0000

description:
Add include opt_com.h.

diffstat:

 sys/dev/marvell/com_mv.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8f5ec4972736 -r 3179705d49df sys/dev/marvell/com_mv.c
--- a/sys/dev/marvell/com_mv.c  Sat Sep 04 01:23:25 2010 +0000
+++ b/sys/dev/marvell/com_mv.c  Sat Sep 04 05:01:20 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index