summaryrefslogtreecommitdiff
path: root/lib/utils/reset/fdt_reset_htif.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils/reset/fdt_reset_htif.c')
-rw-r--r--lib/utils/reset/fdt_reset_htif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/reset/fdt_reset_htif.c b/lib/utils/reset/fdt_reset_htif.c
index 7c04c81c..61c907fa 100644
--- a/lib/utils/reset/fdt_reset_htif.c
+++ b/lib/utils/reset/fdt_reset_htif.c
@@ -32,7 +32,7 @@ static const struct fdt_match htif_reset_match[] = {
{ },
};
-struct fdt_reset fdt_reset_htif = {
+const struct fdt_driver fdt_reset_htif = {
.match_table = htif_reset_match,
.init = htif_reset_init
};