aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/xhci.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:42:50 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 16:30:40 +0000
commit7aa3372ce21565962d4cb1090e1f194b6f33f968 (patch)
tree800f32f333e5d98d03e9191349d5ec378d9cffca /src/soc/amd/picasso/xhci.c
parent690b6bcb491b42fc63cd6f84ca5ca91a44cfc803 (diff)
soc/amd: Drop unneeded empty lines
Change-Id: Ib262955a1d26681c796c4b10d2b336f2715824d0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44595 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/soc/amd/picasso/xhci.c')
-rw-r--r--src/soc/amd/picasso/xhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/xhci.c b/src/soc/amd/picasso/xhci.c
index 171002c0b4..97a012e03f 100644
--- a/src/soc/amd/picasso/xhci.c
+++ b/src/soc/amd/picasso/xhci.c
@@ -52,5 +52,4 @@ static void configure_xhci_sci(void *unused)
gpe_configure_sci(xhci_sci_sources, ARRAY_SIZE(xhci_sci_sources));
}
-
BOOT_STATE_INIT_ENTRY(BS_POST_DEVICE, BS_ON_ENTRY, configure_xhci_sci, NULL);