mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 04:09:18 -04:00
Staging: gs_fpgaboot: Replace 'int32_t' with 'int'.
Replace 'int32_t' with 'int'. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c5471a6fa6
commit
c70aa60bdc
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user