linux/arch/m68k/kernel
Adrian Bunk cdb0452789 [PATCH] kill include/linux/platform.h, default_idle() cleanup
include/linux/platform.h contained nothing that was actually used except
the default_idle() prototype, and is therefore removed by this patch.

This patch does the following with the platform specific default_idle()
functions on different architectures:
- remove the unused function:
  - parisc
  - sparc64
- make the needlessly global function static:
  - arm
  - h8300
  - m68k
  - m68knommu
  - s390
  - v850
  - x86_64
- add a prototype in asm/system.h:
  - cris
  - i386
  - ia64

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Patrick Mochel <mochel@digitalimplant.org>
Acked-by: Kyle McMartin <kyle@parisc-linux.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-03-24 07:33:21 -08:00
..
asm-offsets.c [PATCH] m68k: namespace pollution fix (custom->amiga_custom) 2006-01-12 09:09:00 -08:00
bios32.c
entry.S
head.S [PATCH] m68k: console code in head.S needs framebuffer support built in 2006-01-12 09:09:06 -08:00
ints.c
m68k_ksyms.c
Makefile
module.c
process.c [PATCH] kill include/linux/platform.h, default_idle() cleanup 2006-03-24 07:33:21 -08:00
ptrace.c
semaphore.c
setup.c [PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in drivers 2006-01-12 09:09:05 -08:00
signal.c [PATCH] m68k: signal __user annotations 2006-01-12 09:09:02 -08:00
sun3-head.S
sys_m68k.c [PATCH] m68k: syscalls __user annotation 2006-01-12 09:09:03 -08:00
time.c
traps.c [PATCH] m68k: fix use of void foo(void) asm("bar") in traps.c 2006-01-12 09:09:05 -08:00
vmlinux-std.lds [PATCH] m68k: compile fix - updated vmlinux.lds to include LOCK_TEXT 2006-01-12 09:08:59 -08:00
vmlinux-sun3.lds [PATCH] m68k: fix reference to init_task in vmlinux-sun3.lds 2006-01-12 09:09:05 -08:00
vmlinux.lds.S