From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 3/5] Driver core / MM: Drop offline_memory_block() Date: Sat, 18 May 2013 18:23:47 -0700 Message-ID: <20130519012347.GA26947@kroah.com> References: <2250271.rGYN6WlBxf@vostro.rjw.lan> <2529630.QGJsLhExPp@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <2529630.QGJsLhExPp@vostro.rjw.lan> Sender: owner-linux-mm@kvack.org To: "Rafael J. Wysocki" Cc: ACPI Devel Maling List , LKML , Toshi Kani , Wen Congyang , Tang Chen , Yasuaki Ishimatsu , Andrew Morton , Jiang Liu , Vasilis Liaskovitis , linux-mm@kvack.org List-Id: linux-acpi@vger.kernel.org On Sun, May 19, 2013 at 01:33:02AM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Since offline_memory_block(mem) is functionally equivalent to > device_offline(&mem->dev), make the only caller of the former use > the latter instead and drop offline_memory_block() entirely. > > Signed-off-by: Rafael J. Wysocki Acked-by: Greg Kroah-Hartman -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org