]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm-create-new-mm-swaph-header-file-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 14 Apr 2022 06:07:02 +0000 (23:07 -0700)
committerakpm <akpm@linux-foundation.org>
Thu, 14 Apr 2022 06:07:02 +0000 (23:07 -0700)
mm/memory-failure.c needs mm/swap.h

Cc: Christoph Hellwig <hch@lst.de>
Cc: David Howells <dhowells@redhat.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: NeilBrown <neilb@suse.de>
Cc: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memory-failure.c

index 27760c19bad754d6f3281f50885d824bdf6c184a..8a636673691b1415d415adbe40faddee39fc6e47 100644 (file)
@@ -59,6 +59,7 @@
 #include <linux/page-isolation.h>
 #include <linux/pagewalk.h>
 #include <linux/shmem_fs.h>
+#include "swap.h"
 #include "internal.h"
 #include "ras/ras_event.h"