]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/fpga/dfl-fme-pr.c
rbd: cancel lock_dwork if the wait is interrupted
[linux.git] / drivers / fpga / dfl-fme-pr.c
index 3c71dc3faaf5b99bc632d86a73f776fbb94cd581..a233a53db708175f7637470b173e4c3fe52c5b4f 100644 (file)
@@ -470,7 +470,12 @@ static long fme_pr_ioctl(struct platform_device *pdev,
        return ret;
 }
 
-const struct dfl_feature_ops pr_mgmt_ops = {
+const struct dfl_feature_id fme_pr_mgmt_id_table[] = {
+       {.id = FME_FEATURE_ID_PR_MGMT,},
+       {0}
+};
+
+const struct dfl_feature_ops fme_pr_mgmt_ops = {
        .init = pr_mgmt_init,
        .uinit = pr_mgmt_uinit,
        .ioctl = fme_pr_ioctl,