Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/46638 )
Change subject: sb/amd/agesa/hudson/lpc: Remove space between function and signature ......................................................................
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 --- M src/southbridge/amd/agesa/hudson/lpc.c 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/southbridge/amd/agesa/hudson/lpc.c b/src/southbridge/amd/agesa/hudson/lpc.c index 3fde291..f811302 100644 --- a/src/southbridge/amd/agesa/hudson/lpc.c +++ b/src/southbridge/amd/agesa/hudson/lpc.c @@ -68,10 +68,10 @@ 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)