move function from header file to .c file
authorStefan Reinauer <reinauer@chromium.org>
Tue, 8 Nov 2011 17:58:29 +0000 (09:58 -0800)
committerPatrick Georgi <patrick@georgi-clan.de>
Tue, 8 Nov 2011 20:15:52 +0000 (21:15 +0100)
commit2e2b84e42063c2947adbba3781c03c5ec44cc68e
tree1be2cb42b8bbdac61d88234b94bce69cbaf3ef61
parent36abff1dc8e74beafa47ad83de17416681970916
move function from header file to .c file

http://review.coreboot.org/#change,378 introduced a function in k8x8xx.h
move this function to ctrl.c and add a prototype to the header file instead.

Change-Id: I0919ffb2030c53669b95f58b649d4a160f660923
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/429
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/southbridge/via/k8t890/ctrl.c
src/southbridge/via/k8t890/k8x8xx.h