summaryrefslogtreecommitdiff
path: root/sys/arch/palm
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-11-28 20:49:48 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-11-28 20:49:48 +0000
commitcbebb9fb66940d89c3e7f4d28f6200c310c47d6d (patch)
tree17a3b51f37ea723116640398e454cca2d09fa5e0 /sys/arch/palm
parent94319c8b9d070117a3bdc1c2b576a4eaab581599 (diff)
Remove unused CONF_HAVE_xxx defines, arm conf.c really only cares about
CONF_HAVE_GPIO and CONF_HAVE_APM those days.
Diffstat (limited to 'sys/arch/palm')
-rw-r--r--sys/arch/palm/include/conf.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/palm/include/conf.h b/sys/arch/palm/include/conf.h
index 594c93f749b..23a40d5a45b 100644
--- a/sys/arch/palm/include/conf.h
+++ b/sys/arch/palm/include/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.1 2009/09/05 01:22:11 marex Exp $ */
+/* $OpenBSD: conf.h,v 1.2 2010/11/28 20:49:47 miod Exp $ */
/* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */
#ifndef _PALM_CONF_H
@@ -10,9 +10,6 @@
* PALM specific device includes go in here
*/
-#define CONF_HAVE_USB
-#define CONF_HAVE_WSCONS
-
#include <arm/conf.h>
#endif /* _PALM_CONF_H */