diff options
Diffstat (limited to 'mm/hmm.c')
-rw-r--r-- | mm/hmm.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -992,9 +992,6 @@ static void hmm_devmem_ref_exit(void *data) | |||
992 | 992 | ||
993 | static void hmm_devmem_ref_kill(struct percpu_ref *ref) | 993 | static 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 | ||