aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hmm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/hmm.c')
-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)
992 992
993static void hmm_devmem_ref_kill(struct percpu_ref *ref) 993static void hmm_devmem_ref_kill(struct percpu_ref *ref)
994{ 994{
995 struct hmm_devmem *devmem;
996
997 devmem = container_of(ref, struct hmm_devmem, ref);
998 percpu_ref_kill(ref); 995 percpu_ref_kill(ref);
999} 996}
1000 997