summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/include/asm/global_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/include/asm/global_data.h')
-rw-r--r--arch/sandbox/include/asm/global_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/include/asm/global_data.h b/arch/sandbox/include/asm/global_data.h
index d70532aa4d..b2e9b488f1 100644
--- a/arch/sandbox/include/asm/global_data.h
+++ b/arch/sandbox/include/asm/global_data.h
@@ -12,7 +12,7 @@
/* Architecture-specific global data */
struct arch_global_data {
- u8 *ram_buf; /* emulated RAM buffer */
+ uint8_t *ram_buf; /* emulated RAM buffer */
};
#include <asm-generic/global_data.h>
OpenPOWER on IntegriCloud