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 provide get_device, XXX ...



details:   https://anonhg.NetBSD.org/src/rev/079e1e009d71
branches:  trunk
changeset: 1028179:079e1e009d71
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 09:45:56 2021 +0000

description:
provide get_device, XXX might want to revisit this later


Author: Maya Rashish <maya%NetBSD.org@localhost>

diffstat:

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

diffs (17 lines):

diff -r e0fb6da76f54 -r 079e1e009d71 sys/external/bsd/drm2/include/linux/device.h
--- a/sys/external/bsd/drm2/include/linux/device.h      Sun Dec 19 09:45:49 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/device.h      Sun Dec 19 09:45:56 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: device.h,v 1.7 2021/12/19 01:23:23 riastradh Exp $     */
+/*     $NetBSD: device.h,v 1.8 2021/12/19 09:45:56 riastradh Exp $     */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -78,6 +78,7 @@
 } while (0)
 
 #define        dev_name        device_xname
+#define        get_device(x)   (x)
 
 #define        DPM_FLAG_NEVER_SKIP     0
 



Home | Main Index | Thread Index | Old Index