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/include/drm Include <lin...



details:   https://anonhg.NetBSD.org/src/rev/c205fbedc8d8
branches:  riastradh-drm2
changeset: 788004:c205fbedc8d8
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 00:51:06 2013 +0000

description:
Include <linux/kernel.h> and <linux/types.h> in <drm/drm_hashtab.h>.

diffstat:

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

diffs (13 lines):

diff -r 78d72c77a575 -r c205fbedc8d8 sys/external/bsd/drm2/dist/include/drm/drm_hashtab.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_hashtab.h      Wed Jul 24 00:50:51 2013 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_hashtab.h      Wed Jul 24 00:51:06 2013 +0000
@@ -35,7 +35,9 @@
 #ifndef DRM_HASHTAB_H
 #define DRM_HASHTAB_H
 
+#include <linux/kernel.h>
 #include <linux/list.h>
+#include <linux/types.h>
 
 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
 



Home | Main Index | Thread Index | Old Index