summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/hmm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mm/hmm.c b/mm/hmm.c
index 50fbaf80f95e..361f3706962f 100644
--- a/mm/hmm.c
+++ b/mm/hmm.c
@@ -992,9 +992,6 @@ static void hmm_devmem_ref_exit(void *data)
static void hmm_devmem_ref_kill(struct percpu_ref *ref)
{
- struct hmm_devmem *devmem;
-
- devmem = container_of(ref, struct hmm_devmem, ref);
percpu_ref_kill(ref);
}