aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandhya Bankar <[email protected]>2016-03-13 16:41:23 +0530
committerGreg Kroah-Hartman <[email protected]>2016-03-28 07:30:36 -0700
commitc70aa60bdc12347120b0f3277de2ec6c26988a2e (patch)
tree651b7ca9504af3a25029633e6ca08f3ca2182165
parentc5471a6fa66cffdf5c868a9fbec2e06c6fa057c5 (diff)
Staging: gs_fpgaboot: Replace 'int32_t' with 'int'.
Replace 'int32_t' with 'int'. Signed-off-by: Sandhya Bankar <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/gs_fpgaboot/gs_fpgaboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gs_fpgaboot/gs_fpgaboot.h b/drivers/staging/gs_fpgaboot/gs_fpgaboot.h
index f41f4cc798cc..8cc32555dbf3 100644
--- a/drivers/staging/gs_fpgaboot/gs_fpgaboot.h
+++ b/drivers/staging/gs_fpgaboot/gs_fpgaboot.h
@@ -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;
};