HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43940 )
Change subject: sb/amd/pi/hudson/smbus_spd.c: Add missing #include <stddef.h> ......................................................................
sb/amd/pi/hudson/smbus_spd.c: Add missing #include <stddef.h>
size_t needs <stddef.h>.
Change-Id: I4f637be5e213fb5d4773b370ac6302b6ceee9ebc Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/southbridge/amd/pi/hudson/smbus_spd.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/43940/1
diff --git a/src/southbridge/amd/pi/hudson/smbus_spd.c b/src/southbridge/amd/pi/hudson/smbus_spd.c index 5a890bc..8443282 100644 --- a/src/southbridge/amd/pi/hudson/smbus_spd.c +++ b/src/southbridge/amd/pi/hudson/smbus_spd.c @@ -4,6 +4,7 @@ #include <console/console.h> #include <device/pci_def.h> #include <device/device.h> +#include <stddef.h>
/* warning: Porting.h includes an open #pragma pack(1) */ #include <Porting.h>
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43940 )
Change subject: sb/amd/pi/hudson/smbus_spd.c: Add missing #include <stddef.h> ......................................................................
Patch Set 1:
(1 comment)
I've added a comment to make the review easy
https://review.coreboot.org/c/coreboot/+/43940/1/src/southbridge/amd/pi/huds... File src/southbridge/amd/pi/hudson/smbus_spd.c:
https://review.coreboot.org/c/coreboot/+/43940/1/src/southbridge/amd/pi/huds... PS1, Line 125: size_t stddef
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/43940 )
Change subject: sb/amd/pi/hudson/smbus_spd.c: Add missing #include <stddef.h> ......................................................................
Abandoned