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:
parent
4df6b2673b
commit
4fb2328fed
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue