KEYS: Remove key_type::def_lookup_type
[pandora-kernel.git] / include / linux / key-type.h
index 8aba688..bf93ea6 100644 (file)
@@ -81,9 +81,6 @@ struct key_type {
         */
        size_t def_datalen;
 
-       /* Default key search algorithm. */
-       unsigned def_lookup_type;
-
        /* vet a description */
        int (*vet_description)(const char *description);