Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c70aa60b authored by Sandhya Bankar's avatar Sandhya Bankar Committed by Greg Kroah-Hartman
Browse files

Staging: gs_fpgaboot: Replace 'int32_t' with 'int'.



Replace 'int32_t' with 'int'.

Signed-off-by: default avatarSandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c5471a6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,6 +51,6 @@ struct fpgaimage {
	char	part[MAX_STR];
	char	date[MAX_STR];
	char	time[MAX_STR];
	int32_t	lendata;
	int	lendata;
	char	*fpgadata;
};