aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/xhci.c
diff options
context:
space:
mode:
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);