X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fkey_matrix.h;h=8dfa44de13068660d81afce30e57f23b5d47c303;hb=c0a55b7344d4ed0b003e3f9696663539f50aaacb;hp=8db686040d393b0352c647cc5c77cfe5e9b65840;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567;p=people%2Fms%2Fu-boot.git diff --git a/include/key_matrix.h b/include/key_matrix.h index 8db686040d..8dfa44de13 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.