From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: + dell_rbu-use-memory_read_from_buffer-fix.patch added to -mm tree Date: Tue, 22 Jul 2008 01:53:13 -0700 Message-ID: <200807220853.m6M8rDHc019596@imap1.linux-foundation.org> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:46924 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752022AbYGVIxq (ORCPT ); Tue, 22 Jul 2008 04:53:46 -0400 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: mm-commits@vger.kernel.org Cc: akinobu.mita@gmail.com, Abhay_Salunke@dell.com, Matt_Domsch@dell.com, rui.zhang@intel.com The patch titled fix dell_rbu-use-memory_read_from_buffer.patch has been added to the -mm tree. Its filename is dell_rbu-use-memory_read_from_buffer-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: fix dell_rbu-use-memory_read_from_buffer.patch From: Akinobu Mita Now memory_read_from_buffer() belongs in string.h Signed-off-by: Akinobu Mita Cc: Abhay Salunke Cc: Zhang Rui Cc: Matt Domsch Signed-off-by: Andrew Morton --- drivers/firmware/dell_rbu.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/firmware/dell_rbu.c~dell_rbu-use-memory_read_from_buffer-fix drivers/firmware/dell_rbu.c --- a/drivers/firmware/dell_rbu.c~dell_rbu-use-memory_read_from_buffer-fix +++ a/drivers/firmware/dell_rbu.c @@ -44,7 +44,6 @@ #include #include #include -#include MODULE_AUTHOR("Abhay Salunke "); MODULE_DESCRIPTION("Driver for updating BIOS image on DELL systems"); _ Patches currently in -mm which might be from akinobu.mita@gmail.com are origin.patch move-memory_read_from_buffer-from-fsh-to-stringh.patch linux-next.patch ipr-use-memory_read_from_buffer.patch qla2xxx-use-memory_read_from_buffer.patch qla2xxx-use-memory_read_from_buffer-fix.patch pm-hibernation-simplify-memory-bitmap.patch cris-use-simple_read_from_buffer.patch binfmt_misc-use-simple_read_from_buffer.patch aty-use-memory_read_from_buffer.patch aty-use-memory_read_from_buffer-fix.patch workqueue-proper-error-unwinding-in-cpu-hotplug-error-path.patch ipc-use-simple_read_from_buffer.patch nwflash-use-simple_read_from_buffer.patch firmware-use-memory_read_from_buffer.patch firmware-use-memory_read_from_buffer-fix.patch dcdbas-use-memory_read_from_buffer.patch dcdbas-use-memory_read_from_buffer-fix.patch dell_rbu-use-memory_read_from_buffer.patch dell_rbu-use-memory_read_from_buffer-fix.patch