UPSTREAM: include/reg_script.h: Remove trailing semicolon

(cherry picked from commit bdef1cdebdbeddb0a2600851846815b6b9f141ad)

Original-Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Original-Change-Id: Ib2c1738b7b6a6db1fa57ea34fb50588388140a51
Original-Reviewed-on: https://review.coreboot.org/c/coreboot/+/67911
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Felix Singer <felixsinger@posteo.net>
GitOrigin-RevId: bdef1cdebdbeddb0a2600851846815b6b9f141ad
Change-Id: Ife7f869180fef02ce65a6f74dc8f3d1125d104f4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/coreboot/+/3925103
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Commit-Queue: Jack Rosenthal <jrosenth@chromium.org>
Tested-by: CopyBot Service Account <copybot.service@gmail.com>
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. */