diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-10 00:41:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-10 00:41:02 +0000 |
commit | f695644f64591f6065b876f720e75a5d92bc852c (patch) | |
tree | 8245acfc45833dd10c3fc8d0f14330a7fc32bd7e /sys/dev | |
parent | 91f68718e0539014b17c98be9fa80805ca516306 (diff) |
remove unused defines
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/agpvar.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/pci/agpvar.h b/sys/dev/pci/agpvar.h index 7bfdc08b351..9e1dff939b3 100644 --- a/sys/dev/pci/agpvar.h +++ b/sys/dev/pci/agpvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: agpvar.h,v 1.38 2024/10/10 00:30:34 jsg Exp $ */ +/* $OpenBSD: agpvar.h,v 1.39 2024/10/10 00:41:01 jsg Exp $ */ /* $NetBSD: agpvar.h,v 1.4 2001/10/01 21:54:48 fvdl Exp $ */ /*- @@ -32,15 +32,6 @@ #ifndef _PCI_AGPVAR_H_ #define _PCI_AGPVAR_H_ -/* #define AGP_DEBUG */ -#ifdef AGP_DEBUG -#define AGP_DPF(fmt, arg...) do { printf("agp: " fmt ,##arg); } while (0) -#else -#define AGP_DPF(fmt, arg...) do {} while (0) -#endif - -#define AGPUNIT(x) minor(x) - struct agp_attach_args { char *aa_busname; struct pci_attach_args *aa_pa; |