git: 5ec5d08489ba - main - bus.h: remove unused devop_t typedef
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Jan 2025 20:31:06 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=5ec5d08489ba557f4f5868330c5ec3aa1f612236
commit 5ec5d08489ba557f4f5868330c5ec3aa1f612236
Author:     Mitchell Horne <mhorne@FreeBSD.org>
AuthorDate: 2025-01-23 20:29:15 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2025-01-23 20:30:31 +0000
    bus.h: remove unused devop_t typedef
    
    Reviewed by:    imp, jhb
    Differential Revision:  https://reviews.freebsd.org/D48488
---
 sys/sys/bus.h | 2 --
 1 file changed, 2 deletions(-)
diff --git a/sys/sys/bus.h b/sys/sys/bus.h
index 14c9c3e8473f..067868da4367 100644
--- a/sys/sys/bus.h
+++ b/sys/sys/bus.h
@@ -306,8 +306,6 @@ enum cpu_sets {
 	INTR_CPUS
 };
 
-typedef int (*devop_t)(void);
-
 struct resource;
 
 /**