Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/include/linux Forget about trying to r...



details:   https://anonhg.NetBSD.org/src/rev/b29e58ee69fa
branches:  trunk
changeset: 834797:b29e58ee69fa
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 06:17:40 2018 +0000

description:
Forget about trying to replicate side-loading, will just include
directly


Author: coypu <coypu%sdf.org@localhost>
Committer: Taylor R Campbell <riastradh%NetBSD.org@localhost>

diffstat:

 sys/external/bsd/drm2/include/linux/dma-mapping.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 58ccec4841f1 -r b29e58ee69fa sys/external/bsd/drm2/include/linux/dma-mapping.h
--- a/sys/external/bsd/drm2/include/linux/dma-mapping.h Mon Aug 27 06:17:30 2018 +0000
+++ b/sys/external/bsd/drm2/include/linux/dma-mapping.h Mon Aug 27 06:17:40 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dma-mapping.h,v 1.4 2018/08/27 06:17:30 riastradh Exp $        */
+/*     $NetBSD: dma-mapping.h,v 1.5 2018/08/27 06:17:40 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -34,8 +34,6 @@
 
 #include <sys/bus.h>
 
-#include <linux/bug.h>
-
 typedef bus_addr_t dma_addr_t;
 
 static inline uintmax_t



Home | Main Index | Thread Index | Old Index