summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-06-13 21:04:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-06-13 21:04:46 +0000
commit5ffa281b51de652157eac5561f8fda39295e69b5 (patch)
tree93ee769e4c40593c35ef2a3033fd88aa4d0d58e4 /sys/arch
parenteba985388c0feb1636989e04a0e07e5974d436bd (diff)
g/c an useless define.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc/dev/p9100.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/p9100.c b/sys/arch/sparc/dev/p9100.c
index 94494dbf898..d9d72fc1b74 100644
--- a/sys/arch/sparc/dev/p9100.c
+++ b/sys/arch/sparc/dev/p9100.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: p9100.c,v 1.20 2003/06/13 19:02:13 miod Exp $ */
+/* $OpenBSD: p9100.c,v 1.21 2003/06/13 21:04:45 miod Exp $ */
/*
* Copyright (c) 2003, Miodrag Vallat.
@@ -152,7 +152,6 @@ struct p9100_ctl {
volatile u_int32_t :32;
volatile u_int32_t scr; /* system config reg */
#define SCR_ID_MASK 0x00000007
-#define SCR_PIXEL_ID_MASK 0x00000007
#define SCR_PIXEL_MASK 0x1c000000
#define SCR_PIXEL_8BPP 0x08000000
#define SCR_PIXEL_16BPP 0x0c000000