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_crtc.c needs <li...



details:   https://anonhg.NetBSD.org/src/rev/0af31ef4bffc
branches:  riastradh-drm2
changeset: 788095:0af31ef4bffc
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 02:13:02 2013 +0000

description:
drm_crtc.c needs <linux/err.h> and <linux/spinlock.h>.

diffstat:

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

diffs (12 lines):

diff -r 2d06c590bf2c -r 0af31ef4bffc sys/external/bsd/drm2/dist/drm/drm_crtc.c
--- a/sys/external/bsd/drm2/dist/drm/drm_crtc.c Wed Jul 24 02:12:46 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_crtc.c Wed Jul 24 02:13:02 2013 +0000
@@ -29,6 +29,8 @@
  *      Dave Airlie <airlied%linux.ie@localhost>
  *      Jesse Barnes <jesse.barnes%intel.com@localhost>
  */
+#include <linux/err.h>
+#include <linux/spinlock.h>
 #include <linux/list.h>
 #include <linux/slab.h>
 #include <linux/export.h>



Home | Main Index | Thread Index | Old Index