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_mm.c needs <linu...



details:   https://anonhg.NetBSD.org/src/rev/168914a2fd0a
branches:  riastradh-drm2
changeset: 788192:168914a2fd0a
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 02:38:39 2013 +0000

description:
drm_mm.c needs <linux/printk.h> and <asm/bug.h>.

diffstat:

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

diffs (12 lines):

diff -r 9a8796be8729 -r 168914a2fd0a sys/external/bsd/drm2/dist/drm/drm_mm.c
--- a/sys/external/bsd/drm2/dist/drm/drm_mm.c   Wed Jul 24 02:38:23 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_mm.c   Wed Jul 24 02:38:39 2013 +0000
@@ -46,6 +46,8 @@
 #include <linux/slab.h>
 #include <linux/seq_file.h>
 #include <linux/export.h>
+#include <linux/printk.h>
+#include <asm/bug.h>
 
 #define MM_UNUSED_TARGET 4
 



Home | Main Index | Thread Index | Old Index