Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/include/linux Add missing forward stru...



details:   https://anonhg.NetBSD.org/src/rev/c6bd27ee468f
branches:  trunk
changeset: 835072:c6bd27ee468f
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 07:30:47 2018 +0000

description:
Add missing forward struct declaration.

diffstat:

 sys/external/bsd/drm2/include/linux/reboot.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 664082a80320 -r c6bd27ee468f sys/external/bsd/drm2/include/linux/reboot.h
--- a/sys/external/bsd/drm2/include/linux/reboot.h      Mon Aug 27 07:30:37 2018 +0000
+++ b/sys/external/bsd/drm2/include/linux/reboot.h      Mon Aug 27 07:30:47 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: reboot.h,v 1.3 2018/08/27 07:24:36 riastradh Exp $     */
+/*     $NetBSD: reboot.h,v 1.4 2018/08/27 07:30:47 riastradh Exp $     */
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -35,6 +35,8 @@
 #include <sys/types.h>
 #include <sys/reboot.h>
 
+struct notifier_block;
+
 /* XXX Implement this by posting a CRITICAL-OVER envsys event?  */
 static inline int
 orderly_poweroff(bool force __unused)



Home | Main Index | Thread Index | Old Index