diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-28 16:53:40 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-03-28 16:53:40 -0400 |
| commit | 6faee84b006af55bab9908741dd76916c8450be2 (patch) | |
| tree | 48b9b108625818183f8838ffd8b5b0eb1813f83d | |
| parent | 2ba302c633754520c990a8c1d161ff304eda6002 (diff) | |
| parent | b863f46e6a523276b77dd128ec268f8c509b4554 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6:
sh: Trivial fix for hp6xx build.
sh: Fixup __cmpxchg() compile breakage with gcc4.
sh: Kill bogus GCC4 symbol exports.
| -rw-r--r-- | arch/sh/kernel/sh_ksyms.c | 3 | ||||
| -rw-r--r-- | include/asm-sh/hp6xx.h | 6 | ||||
| -rw-r--r-- | include/asm-sh/system.h | 1 |
3 files changed, 4 insertions, 6 deletions
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c index fe1b276c97c6..6e0d10fac4a8 100644 --- a/arch/sh/kernel/sh_ksyms.c +++ b/arch/sh/kernel/sh_ksyms.c | |||
| @@ -82,9 +82,6 @@ DECLARE_EXPORT(__movstr); | |||
| 82 | DECLARE_EXPORT(__movmem_i4_even); | 82 | DECLARE_EXPORT(__movmem_i4_even); |
| 83 | DECLARE_EXPORT(__movmem_i4_odd); | 83 | DECLARE_EXPORT(__movmem_i4_odd); |
| 84 | DECLARE_EXPORT(__movmemSI12_i4); | 84 | DECLARE_EXPORT(__movmemSI12_i4); |
| 85 | DECLARE_EXPORT(__sdivsi3_i4i); | ||
| 86 | DECLARE_EXPORT(__udiv_qrnnd_16); | ||
| 87 | DECLARE_EXPORT(__udivsi3_i4i); | ||
| 88 | #else /* GCC 3.x */ | 85 | #else /* GCC 3.x */ |
| 89 | DECLARE_EXPORT(__movstr_i4_even); | 86 | DECLARE_EXPORT(__movstr_i4_even); |
| 90 | DECLARE_EXPORT(__movstr_i4_odd); | 87 | DECLARE_EXPORT(__movstr_i4_odd); |
diff --git a/include/asm-sh/hp6xx.h b/include/asm-sh/hp6xx.h index f35134c159dd..53ca5643d9c7 100644 --- a/include/asm-sh/hp6xx.h +++ b/include/asm-sh/hp6xx.h | |||
| @@ -10,9 +10,9 @@ | |||
| 10 | * | 10 | * |
| 11 | */ | 11 | */ |
| 12 | 12 | ||
| 13 | #define HP680_BTN_IRQ IRQ0_IRQ | 13 | #define HP680_BTN_IRQ 32 /* IRQ0_IRQ */ |
| 14 | #define HP680_TS_IRQ IRQ3_IRQ | 14 | #define HP680_TS_IRQ 35 /* IRQ3_IRQ */ |
| 15 | #define HP680_HD64461_IRQ IRQ4_IRQ | 15 | #define HP680_HD64461_IRQ 36 /* IRQ4_IRQ */ |
| 16 | 16 | ||
| 17 | #define DAC_LCD_BRIGHTNESS 0 | 17 | #define DAC_LCD_BRIGHTNESS 0 |
| 18 | #define DAC_SPEAKER_VOLUME 1 | 18 | #define DAC_SPEAKER_VOLUME 1 |
diff --git a/include/asm-sh/system.h b/include/asm-sh/system.h index b1e42e7f998b..4a6a19f4f8a4 100644 --- a/include/asm-sh/system.h +++ b/include/asm-sh/system.h | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | */ | 7 | */ |
| 8 | 8 | ||
| 9 | #include <linux/irqflags.h> | 9 | #include <linux/irqflags.h> |
| 10 | #include <linux/compiler.h> | ||
| 10 | #include <asm/types.h> | 11 | #include <asm/types.h> |
| 11 | 12 | ||
| 12 | /* | 13 | /* |
