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>
diff --git a/src/include/reg_script.h b/src/include/reg_script.h
index aa6bf80..38a80aa 100644
--- a/src/include/reg_script.h
+++ b/src/include/reg_script.h
@@ -104,7 +104,7 @@
 
 #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. */