Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 09:55:40 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/pci: drm_pci.c

Log Message:
Remove drm_pcie_get_speed_cap_mask unused stub

Author: Maya Rashish <[email protected]>


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/external/bsd/drm2/pci/drm_pci.c

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/pci/drm_pci.c
diff -u src/sys/external/bsd/drm2/pci/drm_pci.c:1.39 src/sys/external/bsd/drm2/pci/drm_pci.c:1.40
--- src/sys/external/bsd/drm2/pci/drm_pci.c:1.39	Sun Dec 19 09:54:38 2021
+++ src/sys/external/bsd/drm2/pci/drm_pci.c	Sun Dec 19 09:55:40 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: drm_pci.c,v 1.39 2021/12/19 09:54:38 riastradh Exp $	*/
+/*	$NetBSD: drm_pci.c,v 1.40 2021/12/19 09:55:40 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: drm_pci.c,v 1.39 2021/12/19 09:54:38 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: drm_pci.c,v 1.40 2021/12/19 09:55:40 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/errno.h>
@@ -303,10 +303,3 @@ drm_pci_set_unique(struct drm_device *de
 	/* Success!  */
 	return 0;
 }
-
-int
-drm_pcie_get_speed_cap_mask(struct drm_device *dev, u32 *speed_mask)
-{
-
-	return -ENOSYS;
-}

Reply via email to