include/reg_script.h: Remove trailing semicolon
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ib2c1738b7b6a6db1fa57ea34fb50588388140a51 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67911 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
5899b0d2b9
commit
bdef1cdebd
|
@ -104,7 +104,7 @@ struct reg_script_bus_entry {
|
|||
|
||||
#define REG_SCRIPT_BUS_ENTRY(bus_entry_) \
|
||||
const struct reg_script_bus_entry *rsbe_ ## bus_entry_ \
|
||||
REG_SCRIPT_TABLE_ATTRIBUTE = &bus_entry_;
|
||||
REG_SCRIPT_TABLE_ATTRIBUTE = &bus_entry_
|
||||
|
||||
/* Internal helper Macros. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue