Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
c70aa60b c5471a6f

+1 -1
+1 -1
drivers/staging/gs_fpgaboot/gs_fpgaboot.h
··· 51 51 char part[MAX_STR]; 52 52 char date[MAX_STR]; 53 53 char time[MAX_STR]; 54 - int32_t lendata; 54 + int lendata; 55 55 char *fpgadata; 56 56 };