diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-28 20:49:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-28 20:49:48 +0000 |
commit | cbebb9fb66940d89c3e7f4d28f6200c310c47d6d (patch) | |
tree | 17a3b51f37ea723116640398e454cca2d09fa5e0 /sys/arch/zaurus/include | |
parent | 94319c8b9d070117a3bdc1c2b576a4eaab581599 (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/zaurus/include')
-rw-r--r-- | sys/arch/zaurus/include/conf.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/zaurus/include/conf.h b/sys/arch/zaurus/include/conf.h index 3680f331a19..7049fcaac10 100644 --- a/sys/arch/zaurus/include/conf.h +++ b/sys/arch/zaurus/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.6 2005/01/22 04:04:32 uwe Exp $ */ +/* $OpenBSD: conf.h,v 1.7 2010/11/28 20:49:47 miod Exp $ */ /* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */ #ifndef _ZAURUS_CONF_H @@ -11,8 +11,6 @@ */ #define CONF_HAVE_APM -#define CONF_HAVE_USB -#define CONF_HAVE_WSCONS #include <arm/conf.h> |