summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/macppc/dev/aoa.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/macppc/dev/aoa.c b/sys/arch/macppc/dev/aoa.c
index c15d8aeb1a8..df6488f7af7 100644
--- a/sys/arch/macppc/dev/aoa.c
+++ b/sys/arch/macppc/dev/aoa.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: aoa.c,v 1.2 2005/11/05 04:26:22 brad Exp $ */
-/* $Id: aoa.c,v 1.2 2005/11/05 04:26:22 brad Exp $ */
+/* $OpenBSD: aoa.c,v 1.3 2005/11/19 00:44:38 kettenis Exp $ */
+/* $Id: aoa.c,v 1.3 2005/11/19 00:44:38 kettenis Exp $ */
/*-
* Copyright (c) 2005 Tsubai Masanari. All rights reserved.
@@ -122,8 +122,6 @@ aoa_match(struct device *parent, void *match, void *aux)
return (1);
if (strcmp(compat, "AOAK2") == 0)
return (1);
- if (strcmp(compat, "AOAbase") == 0)
- return (1);
return (0);
}