X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=security%2Fkeys%2Ftrusted.c;h=c0594cb07adab14f1efeb970a8c0dd85d86a7931;hb=f1bfbd984b4e2177886507b6a0ec5faeb6d7c217;hp=6b804aa4529a171bfab534307903b142c23cf891;hpb=81cef0fe19e086ff6abfd45e92246f68ffa0185f;p=linux-2.6-microblaze.git diff --git a/security/keys/trusted.c b/security/keys/trusted.c index 6b804aa4529a..c0594cb07ada 100644 --- a/security/keys/trusted.c +++ b/security/keys/trusted.c @@ -1096,7 +1096,6 @@ struct key_type key_type_trusted = { .name = "trusted", .instantiate = trusted_instantiate, .update = trusted_update, - .match = user_match, .destroy = trusted_destroy, .describe = user_describe, .read = trusted_read,