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/394b9f4bc8e4
branches:  riastradh-drm2
changeset: 788028:394b9f4bc8e4
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 01:54:35 2013 +0000

description:
Include <linux/timer.h> in <drm/drmP.h>.

diffstat:

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

diffs (11 lines):

diff -r 396bdc959239 -r 394b9f4bc8e4 sys/external/bsd/drm2/dist/include/drm/drmP.h
--- a/sys/external/bsd/drm2/dist/include/drm/drmP.h     Wed Jul 24 01:54:19 2013 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drmP.h     Wed Jul 24 01:54:35 2013 +0000
@@ -75,6 +75,7 @@
 #include <linux/uidgid.h>
 #include <linux/kref.h>
 #include <linux/pm.h>
+#include <linux/timer.h>
 #include <asm/pgalloc.h>
 #include <drm/drm.h>
 #include <drm/drm_sarea.h>



Home | Main Index | Thread Index | Old Index