Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 09:45:56 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/include/linux: device.h

Log Message:
provide get_device, XXX might want to revisit this later

Author: Maya Rashish <m...@netbsd.org>


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/include/linux/device.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/include/linux/device.h
diff -u src/sys/external/bsd/drm2/include/linux/device.h:1.7 src/sys/external/bsd/drm2/include/linux/device.h:1.8
--- src/sys/external/bsd/drm2/include/linux/device.h:1.7	Sun Dec 19 01:23:23 2021
+++ src/sys/external/bsd/drm2/include/linux/device.h	Sun Dec 19 09:45:56 2021
@@ -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
 

Reply via email to