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 include linux/kernel.h (...



details:   https://anonhg.NetBSD.org/src/rev/f03dd416feea
branches:  trunk
changeset: 826602:f03dd416feea
user:      maya <maya%NetBSD.org@localhost>
date:      Sat Sep 16 01:40:44 2017 +0000

description:
include linux/kernel.h (and thus sys/cdefs.h) for __unused

diffstat:

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

diffs (18 lines):

diff -r 9c2e553466e4 -r f03dd416feea sys/external/bsd/drm2/include/linux/sysrq.h
--- a/sys/external/bsd/drm2/include/linux/sysrq.h       Sat Sep 16 00:47:16 2017 +0000
+++ b/sys/external/bsd/drm2/include/linux/sysrq.h       Sat Sep 16 01:40:44 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysrq.h,v 1.2 2014/03/18 18:20:43 riastradh Exp $      */
+/*     $NetBSD: sysrq.h,v 1.3 2017/09/16 01:40:44 maya Exp $   */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -32,6 +32,8 @@
 #ifndef _LINUX_SYSRQ_H_
 #define _LINUX_SYSRQ_H_
 
+#include <linux/kernel.h>
+
 struct sysrq_key_op {
        char sko_blahdittyblahblah;
 };



Home | Main Index | Thread Index | Old Index