[folded-merged] mm-remove-include-linux-bootmemh-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: dma-direct: fix up for the removal of linux/bootmem.h
has been removed from the -mm tree.  Its filename was
     mm-remove-include-linux-bootmemh-fix.patch

This patch was dropped because it was folded into mm-remove-include-linux-bootmemh.patch

------------------------------------------------------
From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Subject: dma-direct: fix up for the removal of linux/bootmem.h

Link: http://lkml.kernel.org/r/20181002185342.133d1680@xxxxxxxxxxxxxxxx
Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 kernel/dma/direct.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/kernel/dma/direct.c~mm-remove-include-linux-bootmemh-fix
+++ a/kernel/dma/direct.c
@@ -4,7 +4,7 @@
  *
  * DMA operations that map physical memory directly without using an IOMMU.
  */
-#include <linux/bootmem.h> /* for max_pfn */
+#include <linux/memblock.h> /* for max_pfn */
 #include <linux/export.h>
 #include <linux/mm.h>
 #include <linux/dma-direct.h>
_

Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are

mm-remove-include-linux-bootmemh.patch
mm-remove-include-linux-bootmemh-fix-2.patch
mm-remove-include-linux-bootmemh-fix-3.patch
memblock-warn-if-zero-alignment-was-requested-fix.patch




[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux