Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 09:51:42 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/dist/include/drm: drmP.h

Log Message:
remove declarations now in drm_irq.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/external/bsd/drm2/dist/include/drm/drmP.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/dist/include/drm/drmP.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.61 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.62
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.61	Sun Dec 19 09:51:34 2021
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h	Sun Dec 19 09:51:41 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: drmP.h,v 1.61 2021/12/19 09:51:34 riastradh Exp $	*/
+/*	$NetBSD: drmP.h,v 1.62 2021/12/19 09:51:41 riastradh Exp $	*/
 
 /*
  * Internal Header for the Direct Rendering Manager
@@ -148,14 +148,6 @@ struct drm_info_node {
 				/* Device support (drm_fops.h) */
 extern int drm_new_set_master(struct drm_device *dev, struct drm_file *fpriv);
 
-				/* IRQ support (drm_irq.h) */
-#ifdef __NetBSD__
-extern int drm_irq_install(struct drm_device *dev);
-#else
-extern int drm_irq_install(struct drm_device *dev, int irq);
-#endif
-extern int drm_irq_uninstall(struct drm_device *dev);
-
 				/* Stub support (drm_stub.h) */
 extern struct drm_master *drm_master_get(struct drm_master *master);
 extern void drm_master_put(struct drm_master **master);

Reply via email to