X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fkeys%2Fuser-type.h;h=a3dae1803f458ec1a749dc4aec1849171646e8a9;hb=bb8646d8340fa7c1b66a037428e39f85f8738f0a;hp=26f6ec38577acb51762c7590478cab8added9cf4;hpb=328198acb7407301ddf6005c0fa1e04bd0c539c8;p=linux-2.6-omap-h63xx.git diff --git a/include/keys/user-type.h b/include/keys/user-type.h index 26f6ec38577..a3dae1803f4 100644 --- a/include/keys/user-type.h +++ b/include/keys/user-type.h @@ -35,7 +35,6 @@ struct user_key_payload { extern struct key_type key_type_user; extern int user_instantiate(struct key *key, const void *data, size_t datalen); -extern int user_duplicate(struct key *key, const struct key *source); extern int user_update(struct key *key, const void *data, size_t datalen); extern int user_match(const struct key *key, const void *criterion); extern void user_destroy(struct key *key);