diff options
| author | riastradh <riastradh@NetBSD.org> | 2015-04-14 21:09:48 +0000 |
|---|---|---|
| committer | riastradh <riastradh@NetBSD.org> | 2015-04-14 21:09:48 +0000 |
| commit | 126038eb961b5c6b4e88fa49aab0ae1aa71469eb (patch) | |
| tree | 4424e4f8e0c302a7f248b16862128369e482a819 /sys/dev | |
| parent | 71c9a54156f91ba8e25f70a80ba1a95c5529fede (diff) | |
Forgot commit: Move another <sys/rndsource.h> to where it belongs.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/if_cue.c | 5 | ||||
| -rw-r--r-- | sys/dev/usb/if_cuereg.h | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c index b3c8dc8ecf8..bfe0b05b8fc 100644 --- a/sys/dev/usb/if_cue.c +++ b/sys/dev/usb/if_cue.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_cue.c,v 1.69 2015/04/13 16:33:25 riastradh Exp $ */ +/* $NetBSD: if_cue.c,v 1.70 2015/04/14 21:09:48 riastradh Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_cue.c,v 1.69 2015/04/13 16:33:25 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_cue.c,v 1.70 2015/04/14 21:09:48 riastradh Exp $"); #ifdef _KERNEL_OPT #include "opt_inet.h" @@ -72,7 +72,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_cue.c,v 1.69 2015/04/13 16:33:25 riastradh Exp $" #include <sys/socket.h> #include <sys/bus.h> #include <sys/device.h> -#include <sys/rndsource.h> #include <net/if.h> #include <net/if_arp.h> diff --git a/sys/dev/usb/if_cuereg.h b/sys/dev/usb/if_cuereg.h index 12cff48710e..255c59f1b88 100644 --- a/sys/dev/usb/if_cuereg.h +++ b/sys/dev/usb/if_cuereg.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_cuereg.h,v 1.18 2012/02/02 19:43:07 tls Exp $ */ +/* $NetBSD: if_cuereg.h,v 1.19 2015/04/14 21:09:48 riastradh Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -37,6 +37,7 @@ * Definitions for the CATC Netmate II USB to ethernet controller. */ +#include <sys/rndsource.h> /* * Vendor specific control commands. |
