diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2002-11-25 02:41:02 -0800 |
|---|---|---|
| committer | Dave Jones <davej@codemonkey.org.uk> | 2002-11-25 02:41:02 -0800 |
| commit | 92d03b143e6610a65f64c778bdb33b739e78e162 (patch) | |
| tree | fd49e077d479f1b63bf141c95a296ddd97c5cfe8 /include | |
| parent | d239c2e89845f5d23d663c8d6dd48224166f8559 (diff) | |
[PATCH] remove unused EISA_bus__is_a_macro macro
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-alpha/processor.h | 1 | ||||
| -rw-r--r-- | include/asm-ia64/processor.h | 1 | ||||
| -rw-r--r-- | include/asm-sh/processor.h | 1 | ||||
| -rw-r--r-- | include/asm-sparc/processor.h | 1 | ||||
| -rw-r--r-- | include/asm-sparc64/processor.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-alpha/processor.h b/include/asm-alpha/processor.h index ff14c8f4ed13..0ba43172df9c 100644 --- a/include/asm-alpha/processor.h +++ b/include/asm-alpha/processor.h @@ -30,7 +30,6 @@ * Bus types */ #define EISA_bus 1 -#define EISA_bus__is_a_macro /* for versions in ksyms.c */ #define MCA_bus 0 #define MCA_bus__is_a_macro /* for versions in ksyms.c */ diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h index a8c1e65a053b..37011ca30459 100644 --- a/include/asm-ia64/processor.h +++ b/include/asm-ia64/processor.h @@ -49,7 +49,6 @@ * Bus types */ #define EISA_bus 0 -#define EISA_bus__is_a_macro /* for versions in ksyms.c */ #define MCA_bus 0 #define MCA_bus__is_a_macro /* for versions in ksyms.c */ diff --git a/include/asm-sh/processor.h b/include/asm-sh/processor.h index 941197b42632..b3fd05c8cfd8 100644 --- a/include/asm-sh/processor.h +++ b/include/asm-sh/processor.h @@ -143,7 +143,6 @@ extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); * Bus types */ #define EISA_bus 0 -#define EISA_bus__is_a_macro /* for versions in ksyms.c */ #define MCA_bus 0 #define MCA_bus__is_a_macro /* for versions in ksyms.c */ diff --git a/include/asm-sparc/processor.h b/include/asm-sparc/processor.h index a04a5e7f4cb1..91a7410dc21f 100644 --- a/include/asm-sparc/processor.h +++ b/include/asm-sparc/processor.h @@ -28,7 +28,6 @@ * Bus types */ #define EISA_bus 0 -#define EISA_bus__is_a_macro /* for versions in ksyms.c */ #define MCA_bus 0 #define MCA_bus__is_a_macro /* for versions in ksyms.c */ diff --git a/include/asm-sparc64/processor.h b/include/asm-sparc64/processor.h index 0fee763d3012..587972a02d2f 100644 --- a/include/asm-sparc64/processor.h +++ b/include/asm-sparc64/processor.h @@ -25,7 +25,6 @@ /* Bus types */ #define EISA_bus 0 -#define EISA_bus__is_a_macro /* for versions in ksyms.c */ #define MCA_bus 0 #define MCA_bus__is_a_macro /* for versions in ksyms.c */ |
