Add few missing prototypes, and remove few unused (thus lonelly) variables.
authorMaciej Pijanka <maciej.pijanka@gmail.com>
Tue, 27 Oct 2009 14:29:29 +0000 (14:29 +0000)
committerMyles Watson <mylesgw@gmail.com>
Tue, 27 Oct 2009 14:29:29 +0000 (14:29 +0000)
commitea92185755a578d9a1b5df5cbf7b05ee2cea2390
treed7ffa935cad6e5ae7b50fa5c9ec158e0493df0c5
parent18d7c2e31e868c9f9f78b907f607b8a1b98b46aa
Add few missing prototypes, and remove few unused (thus lonelly) variables.
TODO
 - x86emu need (imo) some common header with prototypes at least
 - clog2, ulzma, hardwaremain prototypes added by this patch probably should
   be moved to some header too.
 - in src/devices/device_util.c prototype is before function because seems,
   it is used only within same file, if not it should be moved to debug
   section of prototypes in include/device/device.h

Signed-off-by: Maciej Pijanka <maciej.pijanka@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4871 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
20 files changed:
src/arch/i386/boot/gdt.c
src/arch/i386/boot/tables.c
src/arch/i386/include/div64.h
src/arch/i386/lib/exception.c
src/arch/i386/lib/printk_init.c
src/boot/hardwaremain.c
src/devices/device_util.c
src/include/cbmem.h
src/include/cpu/x86/mtrr.h
src/include/cpu/x86/tsc.h
src/include/device/device.h
src/lib/cbmem.c
src/lib/clog2.c
src/lib/lzma.c
src/pc80/mc146818rtc.c
src/pc80/udelay_io.c
src/southbridge/intel/i82371eb/i82371eb.h
src/southbridge/intel/i82371eb/i82371eb_isa.c
util/x86emu/x86.c
util/x86emu/x86_interrupts.c