-
- Downloads
[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>
Showing
- arch/cris/kernel/process.c 1 addition, 2 deletionsarch/cris/kernel/process.c
- arch/h8300/kernel/process.c 2 additions, 2 deletionsarch/h8300/kernel/process.c
- arch/i386/kernel/apm.c 0 additions, 2 deletionsarch/i386/kernel/apm.c
- arch/i386/mach-visws/reboot.c 0 additions, 1 deletionarch/i386/mach-visws/reboot.c
- arch/ia64/kernel/setup.c 0 additions, 1 deletionarch/ia64/kernel/setup.c
- arch/m68k/kernel/process.c 1 addition, 1 deletionarch/m68k/kernel/process.c
- arch/m68knommu/kernel/process.c 1 addition, 1 deletionarch/m68knommu/kernel/process.c
- arch/parisc/kernel/process.c 0 additions, 5 deletionsarch/parisc/kernel/process.c
- arch/s390/kernel/process.c 1 addition, 1 deletionarch/s390/kernel/process.c
- arch/sh/kernel/process.c 0 additions, 1 deletionarch/sh/kernel/process.c
- arch/v850/kernel/process.c 1 addition, 1 deletionarch/v850/kernel/process.c
- arch/x86_64/kernel/process.c 1 addition, 1 deletionarch/x86_64/kernel/process.c
- include/asm-cris/system.h 2 additions, 0 deletionsinclude/asm-cris/system.h
- include/asm-i386/system.h 2 additions, 0 deletionsinclude/asm-i386/system.h
- include/asm-ia64/system.h 2 additions, 0 deletionsinclude/asm-ia64/system.h
- include/linux/platform.h 0 additions, 43 deletionsinclude/linux/platform.h
Loading
Please register or sign in to comment