Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb To fix i386/ALL kernel, #include <dev/dtv/dtvif....



details:   https://anonhg.NetBSD.org/src/rev/2dd9e05922e3
branches:  trunk
changeset: 768441:2dd9e05922e3
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue Aug 16 23:35:55 2011 +0000

description:
To fix i386/ALL kernel, #include <dev/dtv/dtvif.h> for struct
dtv_payload.

diffstat:

 sys/dev/usb/auvitekvar.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 09fb88b31837 -r 2dd9e05922e3 sys/dev/usb/auvitekvar.h
--- a/sys/dev/usb/auvitekvar.h  Tue Aug 16 23:32:15 2011 +0000
+++ b/sys/dev/usb/auvitekvar.h  Tue Aug 16 23:35:55 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: auvitekvar.h,v 1.4 2011/08/09 01:42:24 jmcneill Exp $ */
+/* $NetBSD: auvitekvar.h,v 1.5 2011/08/16 23:35:55 dyoung Exp $ */
 
 /*-
  * Copyright (c) 2010 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -33,6 +33,8 @@
 #include <sys/condvar.h>
 #include <sys/kthread.h>
 
+#include <dev/dtv/dtvif.h>
+
 #include <dev/usb/usb.h>
 #include <dev/usb/usbdi.h>
 #include <dev/usb/usbdi_util.h>



Home | Main Index | Thread Index | Old Index