remove unused struct agp_memory_info
authorjsg <jsg@openbsd.org>
Thu, 10 Oct 2024 00:30:34 +0000 (00:30 +0000)
committerjsg <jsg@openbsd.org>
Thu, 10 Oct 2024 00:30:34 +0000 (00:30 +0000)
sys/dev/pci/agpvar.h

index 2d0321f..7bfdc08 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: agpvar.h,v 1.37 2024/07/02 04:29:01 jsg Exp $ */
+/*     $OpenBSD: agpvar.h,v 1.38 2024/10/10 00:30:34 jsg Exp $ */
 /*     $NetBSD: agpvar.h,v 1.4 2001/10/01 21:54:48 fvdl Exp $  */
 
 /*-
@@ -72,13 +72,6 @@ struct agp_info {
        u_int32_t       ai_devid;
 };
 
-struct agp_memory_info {
-        vsize_t         ami_size;       /* size in bytes */
-        bus_addr_t      ami_physical;   /* bogus hack for i810 */
-        off_t           ami_offset;     /* page offset if bound */
-        int             ami_is_bound;   /* non-zero if bound */
-};
-
 struct agp_methods {
        void    (*bind_page)(void *, bus_addr_t, paddr_t, int);
        void    (*unbind_page)(void *, bus_addr_t);