aboutsummaryrefslogtreecommitdiff
path: root/hdata
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2019-12-08 22:23:11 +1000
committerOliver O'Halloran <oohall@gmail.com>2019-12-16 14:50:56 +1100
commite04a34af200a31a29d83162a46dedbeb59ae917e (patch)
tree8af57c0447671bc273c0ffc792e09161163e4008 /hdata
parent5178691d0ad8d684f061d596dc6e025823fc0fec (diff)
downloadskiboot-e04a34af200a31a29d83162a46dedbeb59ae917e.zip
skiboot-e04a34af200a31a29d83162a46dedbeb59ae917e.tar.gz
skiboot-e04a34af200a31a29d83162a46dedbeb59ae917e.tar.bz2
fix simple sparse warnings
Should be no real code change, these mostly update type declarations that sparse complains about. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'hdata')
-rw-r--r--hdata/tpmrel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdata/tpmrel.c b/hdata/tpmrel.c
index 8bfc0f8..93a8b485e 100644
--- a/hdata/tpmrel.c
+++ b/hdata/tpmrel.c
@@ -118,7 +118,7 @@ static struct dt_node *get_hb_reserved_memory(const char *label)
return NULL;
}
-struct {
+static struct {
uint32_t type;
const char *compat;
} cvc_services[] = {