aboutsummaryrefslogtreecommitdiff
path: root/include/key_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/key_matrix.h')
-rw-r--r--include/key_matrix.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/key_matrix.h b/include/key_matrix.h
index 8db6860..8dfa44d 100644
--- a/include/key_matrix.h
+++ b/include/key_matrix.h
@@ -69,8 +69,7 @@ int key_matrix_decode(struct key_matrix *config, struct key_matrix_key *keys,
* @param node Node containing compatible data
* @return 0 if ok, -1 on error
*/
-int key_matrix_decode_fdt(struct key_matrix *config, const void *blob,
- int node);
+int key_matrix_decode_fdt(struct udevice *dev, struct key_matrix *config);
/**
* Set up a new key matrix.