Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/drm drm_global.c needs <...



details:   https://anonhg.NetBSD.org/src/rev/94ca4c870156
branches:  riastradh-drm2
changeset: 788132:94ca4c870156
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 02:23:21 2013 +0000

description:
drm_global.c needs <linux/kernel.h>, <linux/export.h>, and <asm/bug.h>.

diffstat:

 sys/external/bsd/drm2/dist/drm/drm_global.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 1e9f9c959dad -r 94ca4c870156 sys/external/bsd/drm2/dist/drm/drm_global.c
--- a/sys/external/bsd/drm2/dist/drm/drm_global.c       Wed Jul 24 02:23:06 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_global.c       Wed Jul 24 02:23:21 2013 +0000
@@ -31,6 +31,9 @@
 #include <linux/mutex.h>
 #include <linux/slab.h>
 #include <linux/module.h>
+#include <linux/kernel.h>
+#include <linux/export.h>
+#include <asm/bug.h>
 #include <drm/drm_global.h>
 
 struct drm_global_item {



Home | Main Index | Thread Index | Old Index