bg4cd: drop init_timer() stub

It's already in delay.h.

Change-Id: I41087604439aa0bcb8310cf6465f1a3d563d0b58
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/9456
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Patrick Georgi 2015-04-09 15:50:38 +02:00 committed by Patrick Georgi
parent 7d18663317
commit b95be26096
1 changed files with 0 additions and 4 deletions

View File

@ -23,7 +23,3 @@
void timer_monotonic_get(struct mono_time *mt)
{
}
void init_timer(void)
{
}