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:
Elyes Haouas 2022-09-27 17:45:04 +02:00 committed by Felix Held
parent 5899b0d2b9
commit bdef1cdebd
1 changed files with 1 additions and 1 deletions

View File

@ -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. */