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 | |
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.
-rw-r--r-- | sys/arch/armish/include/conf.h | 3 | ||||
-rw-r--r-- | sys/arch/beagle/include/conf.h | 5 | ||||
-rw-r--r-- | sys/arch/gumstix/include/conf.h | 4 | ||||
-rw-r--r-- | sys/arch/palm/include/conf.h | 5 | ||||
-rw-r--r-- | sys/arch/zaurus/include/conf.h | 4 |
5 files changed, 6 insertions, 15 deletions
diff --git a/sys/arch/armish/include/conf.h b/sys/arch/armish/include/conf.h index 22c9cacc68e..95364118ff8 100644 --- a/sys/arch/armish/include/conf.h +++ b/sys/arch/armish/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.1 2006/05/29 17:13:19 drahn Exp $ */ +/* $OpenBSD: conf.h,v 1.2 2010/11/28 20:49:45 miod Exp $ */ /* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */ #ifndef _ARMISH_CONF_H @@ -10,7 +10,6 @@ * ARMISH specific device includes go in here */ -#define CONF_HAVE_USB #define CONF_HAVE_GPIO #include <arm/conf.h> diff --git a/sys/arch/beagle/include/conf.h b/sys/arch/beagle/include/conf.h index c696aef990c..b057f5984c6 100644 --- a/sys/arch/beagle/include/conf.h +++ b/sys/arch/beagle/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.1 2009/05/08 03:13:26 drahn 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 _BEAGLEBOARD_CONF_H @@ -10,8 +10,7 @@ * BEAGLEBOARD specific device includes go in here */ -#define CONF_HAVE_USB -//#define CONF_HAVE_GPIO +/*#define CONF_HAVE_GPIO*/ #include <arm/conf.h> diff --git a/sys/arch/gumstix/include/conf.h b/sys/arch/gumstix/include/conf.h index c56942b10a9..a5743a98909 100644 --- a/sys/arch/gumstix/include/conf.h +++ b/sys/arch/gumstix/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.2 2008/11/27 20:51:48 miod Exp $ */ +/* $OpenBSD: conf.h,v 1.3 2010/11/28 20:49:47 miod Exp $ */ /* $NetBSD: conf.h,v 1.8 2002/02/10 12:26:03 chris Exp $ */ #ifndef _GUMSTIX_CONF_H @@ -11,8 +11,6 @@ */ #define CONF_HAVE_APM -#define CONF_HAVE_USB -#define CONF_HAVE_WSCONS #include <arm/conf.h> 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 */ 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> |