diff options
Diffstat (limited to 'arch/m68k')
| -rw-r--r-- | arch/m68k/Makefile | 9 | ||||
| -rw-r--r-- | arch/m68k/amiga/amisound.c | 2 | ||||
| -rw-r--r-- | arch/m68k/fpsp040/skeleton.S | 2 | ||||
| -rw-r--r-- | arch/m68k/ifpsp060/iskeleton.S | 2 | ||||
| -rw-r--r-- | arch/m68k/kernel/entry.S | 2 | ||||
| -rw-r--r-- | arch/m68k/kernel/head.S | 2 | ||||
| -rw-r--r-- | arch/m68k/mac/macboing.c | 3 | ||||
| -rw-r--r-- | arch/m68k/math-emu/fp_emu.h | 2 |
8 files changed, 7 insertions, 17 deletions
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index 466e7407afc7..34d826d10f1b 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile | |||
| @@ -113,14 +113,5 @@ else | |||
| 113 | bzip2 -1c vmlinux >vmlinux.bz2 | 113 | bzip2 -1c vmlinux >vmlinux.bz2 |
| 114 | endif | 114 | endif |
| 115 | 115 | ||
| 116 | prepare: include/asm-$(ARCH)/offsets.h | ||
| 117 | CLEAN_FILES += include/asm-$(ARCH)/offsets.h | ||
| 118 | |||
| 119 | arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \ | ||
| 120 | include/config/MARKER | ||
| 121 | |||
| 122 | include/asm-$(ARCH)/offsets.h: arch/$(ARCH)/kernel/asm-offsets.s | ||
| 123 | $(call filechk,gen-asm-offsets) | ||
| 124 | |||
| 125 | archclean: | 116 | archclean: |
| 126 | rm -f vmlinux.gz vmlinux.bz2 | 117 | rm -f vmlinux.gz vmlinux.bz2 |
diff --git a/arch/m68k/amiga/amisound.c b/arch/m68k/amiga/amisound.c index cb5d93630467..bd5d134e9f12 100644 --- a/arch/m68k/amiga/amisound.c +++ b/arch/m68k/amiga/amisound.c | |||
| @@ -63,7 +63,7 @@ void __init amiga_init_sound(void) | |||
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | static void nosound( unsigned long ignored ); | 65 | static void nosound( unsigned long ignored ); |
| 66 | static struct timer_list sound_timer = TIMER_INITIALIZER(nosound, 0, 0); | 66 | static DEFINE_TIMER(sound_timer, nosound, 0, 0); |
| 67 | 67 | ||
| 68 | void amiga_mksound( unsigned int hz, unsigned int ticks ) | 68 | void amiga_mksound( unsigned int hz, unsigned int ticks ) |
| 69 | { | 69 | { |
diff --git a/arch/m68k/fpsp040/skeleton.S b/arch/m68k/fpsp040/skeleton.S index dbc1255a5e99..9571a21d6ad4 100644 --- a/arch/m68k/fpsp040/skeleton.S +++ b/arch/m68k/fpsp040/skeleton.S | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | 40 | ||
| 41 | #include <linux/linkage.h> | 41 | #include <linux/linkage.h> |
| 42 | #include <asm/entry.h> | 42 | #include <asm/entry.h> |
| 43 | #include <asm/offsets.h> | 43 | #include <asm/asm-offsets.h> |
| 44 | 44 | ||
| 45 | |SKELETON idnt 2,1 | Motorola 040 Floating Point Software Package | 45 | |SKELETON idnt 2,1 | Motorola 040 Floating Point Software Package |
| 46 | 46 | ||
diff --git a/arch/m68k/ifpsp060/iskeleton.S b/arch/m68k/ifpsp060/iskeleton.S index 803a6ecdda81..4ba2c74da93d 100644 --- a/arch/m68k/ifpsp060/iskeleton.S +++ b/arch/m68k/ifpsp060/iskeleton.S | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | #include <linux/linkage.h> | 37 | #include <linux/linkage.h> |
| 38 | #include <asm/entry.h> | 38 | #include <asm/entry.h> |
| 39 | #include <asm/offsets.h> | 39 | #include <asm/asm-offsets.h> |
| 40 | 40 | ||
| 41 | 41 | ||
| 42 | |################################ | 42 | |################################ |
diff --git a/arch/m68k/kernel/entry.S b/arch/m68k/kernel/entry.S index e964015a31dc..23ca60a45552 100644 --- a/arch/m68k/kernel/entry.S +++ b/arch/m68k/kernel/entry.S | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | #include <asm/traps.h> | 42 | #include <asm/traps.h> |
| 43 | #include <asm/unistd.h> | 43 | #include <asm/unistd.h> |
| 44 | 44 | ||
| 45 | #include <asm/offsets.h> | 45 | #include <asm/asm-offsets.h> |
| 46 | 46 | ||
| 47 | .globl system_call, buserr, trap | 47 | .globl system_call, buserr, trap |
| 48 | .globl resume, ret_from_exception | 48 | .globl resume, ret_from_exception |
diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S index 7cd6de17c20d..d4336d846df1 100644 --- a/arch/m68k/kernel/head.S +++ b/arch/m68k/kernel/head.S | |||
| @@ -263,7 +263,7 @@ | |||
| 263 | #include <asm/entry.h> | 263 | #include <asm/entry.h> |
| 264 | #include <asm/pgtable.h> | 264 | #include <asm/pgtable.h> |
| 265 | #include <asm/page.h> | 265 | #include <asm/page.h> |
| 266 | #include <asm/offsets.h> | 266 | #include <asm/asm-offsets.h> |
| 267 | 267 | ||
| 268 | #ifdef CONFIG_MAC | 268 | #ifdef CONFIG_MAC |
| 269 | 269 | ||
diff --git a/arch/m68k/mac/macboing.c b/arch/m68k/mac/macboing.c index 44c5cd2ad6a8..8f0640847ad2 100644 --- a/arch/m68k/mac/macboing.c +++ b/arch/m68k/mac/macboing.c | |||
| @@ -56,8 +56,7 @@ static void ( *mac_special_bell )( unsigned int, unsigned int, unsigned int ); | |||
| 56 | /* | 56 | /* |
| 57 | * our timer to start/continue/stop the bell | 57 | * our timer to start/continue/stop the bell |
| 58 | */ | 58 | */ |
| 59 | static struct timer_list mac_sound_timer = | 59 | static DEFINE_TIMER(mac_sound_timer, mac_nosound, 0, 0); |
| 60 | TIMER_INITIALIZER(mac_nosound, 0, 0); | ||
| 61 | 60 | ||
| 62 | /* | 61 | /* |
| 63 | * Sort of initialize the sound chip (called from mac_mksound on the first | 62 | * Sort of initialize the sound chip (called from mac_mksound on the first |
diff --git a/arch/m68k/math-emu/fp_emu.h b/arch/m68k/math-emu/fp_emu.h index 1d6edc975d89..c1ecfef7886a 100644 --- a/arch/m68k/math-emu/fp_emu.h +++ b/arch/m68k/math-emu/fp_emu.h | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | #define _FP_EMU_H | 39 | #define _FP_EMU_H |
| 40 | 40 | ||
| 41 | #ifdef __ASSEMBLY__ | 41 | #ifdef __ASSEMBLY__ |
| 42 | #include <asm/offsets.h> | 42 | #include <asm/asm-offsets.h> |
| 43 | #endif | 43 | #endif |
| 44 | #include <asm/math-emu.h> | 44 | #include <asm/math-emu.h> |
| 45 | 45 | ||
