lsm: mark the lsm_id variables are marked as static
[linux-2.6-microblaze.git] / security / loadpin / loadpin.c
index d682a85..8e93cda 100644 (file)
@@ -209,7 +209,7 @@ static int loadpin_load_data(enum kernel_load_data_id id, bool contents)
        return loadpin_check(NULL, (enum kernel_read_file_id) id);
 }
 
-const struct lsm_id loadpin_lsmid = {
+static const struct lsm_id loadpin_lsmid = {
        .name = "loadpin",
        .id = LSM_ID_LOADPIN,
 };