All of lore.kernel.org
 help / color / mirror / Atom feed
* [withdrawn] lib-test_firmware-add-header-to-prevent-build-errors.patch removed from -mm tree
@ 2018-02-17  0:05 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2018-02-17  0:05 UTC (permalink / raw)
  To: rdunlap, akpm, gregkh, mcgrof, mpe, weiyongjun1, mm-commits


The patch titled
     Subject: lib/test_firmware: add header to prevent build errors
has been removed from the -mm tree.  Its filename was
     lib-test_firmware-add-header-to-prevent-build-errors.patch

This patch was dropped because it was withdrawn

------------------------------------------------------
From: Randy Dunlap <rdunlap@infradead.org>
Subject: lib/test_firmware: add header to prevent build errors

lib/test_firmware.c has build errors on some $ARCHes due to a
missing header file, so add it.

  lib/test_firmware.c:134:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration]
  lib/test_firmware.c:620:25: error: implicit declaration of function 'vzalloc' [-Werror=implicit-function-declaration]

Link: http://lkml.kernel.org/r/d33eacf8-3440-3ebb-12bd-53c50ba07935@infradead.org
Link: http://kisskb.ellerman.id.au/kisskb/head/13396/
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Wei Yongjun <weiyongjun1@huawei.com>
Cc: Luis R. Rodriguez <mcgrof@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 lib/test_firmware.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN lib/test_firmware.c~lib-test_firmware-add-header-to-prevent-build-errors lib/test_firmware.c
--- a/lib/test_firmware.c~lib-test_firmware-add-header-to-prevent-build-errors
+++ a/lib/test_firmware.c
@@ -21,6 +21,7 @@
 #include <linux/uaccess.h>
 #include <linux/delay.h>
 #include <linux/kthread.h>
+#include <linux/vmalloc.h>
 
 #define TEST_FIRMWARE_NAME	"test-firmware.bin"
 #define TEST_FIRMWARE_NUM_REQS	4
_

Patches currently in -mm which might be from rdunlap@infradead.org are

mm-swap_slots-use-conditional-compilation-for-swap_slotsc.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-17  0:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-17  0:05 [withdrawn] lib-test_firmware-add-header-to-prevent-build-errors.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.