Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/acpi Don't include sys/cdefs.h and __KERNEL_RSC...
details: https://anonhg.NetBSD.org/src/rev/b9330b28564d
branches: trunk
changeset: 348166:b9330b28564d
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Oct 07 10:58:03 2016 +0000
description:
Don't include sys/cdefs.h and __KERNEL_RSCID twice... once is enough.
diffstat:
sys/arch/x86/acpi/acpi_wakeup.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r b4e01de1ddfa -r b9330b28564d sys/arch/x86/acpi/acpi_wakeup.c
--- a/sys/arch/x86/acpi/acpi_wakeup.c Fri Oct 07 09:38:10 2016 +0000
+++ b/sys/arch/x86/acpi/acpi_wakeup.c Fri Oct 07 10:58:03 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_wakeup.c,v 1.42 2016/09/20 08:38:55 maya Exp $ */
+/* $NetBSD: acpi_wakeup.c,v 1.43 2016/10/07 10:58:03 skrll Exp $ */
/*-
* Copyright (c) 2002, 2011 The NetBSD Foundation, Inc.
@@ -29,9 +29,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_wakeup.c,v 1.42 2016/09/20 08:38:55 maya Exp $");
-
/*-
* Copyright (c) 2001 Takanori Watanabe <takawata%jp.freebsd.org@localhost>
* Copyright (c) 2001 Mitsuru IWASAKI <iwasaki%jp.freebsd.org@localhost>
@@ -62,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_wakeup.c,v 1.42 2016/09/20 08:38:55 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_wakeup.c,v 1.43 2016/10/07 10:58:03 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index