diff options
-rw-r--r-- | src/include/bootstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bootstate.h b/src/include/bootstate.h index 66f3dcc70d..26598f7078 100644 --- a/src/include/bootstate.h +++ b/src/include/bootstate.h @@ -197,7 +197,7 @@ struct boot_state_init_entry { }; \ static struct boot_state_init_entry * \ bsie_ ## func_ ##_## state_ ##_## when_ BOOT_STATE_INIT_ATTR = \ - & func_ ##_## state_ ##_## when_; + &func_ ##_## state_ ##_## when_; /* Hook per arch when coreboot is exiting to payload or ACPI OS resume. It's * the very last thing done before the transition. */ |