sb/amd/agesa/hudson/lpc: Remove space between function and signature

Change-Id: I4dd40014259ac3fd0223f7feb08620b87735f60b
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46638
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Paul Menzel 2020-03-08 18:14:16 +01:00 committed by Patrick Georgi
parent 4df6b2673b
commit 4fb2328fed

View file

@ -68,10 +68,10 @@ static void lpc_init(struct device *dev)
cmos_init(0);
/* Initialize i8259 pic */
setup_i8259 ();
setup_i8259();
/* Initialize i8254 timers */
setup_i8254 ();
setup_i8254();
}
static void hudson_lpc_read_resources(struct device *dev)