From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49C1A1A0567 for ; Thu, 13 Aug 2015 11:44:24 +1000 (AEST) In-Reply-To: <1438153805-31828-1-git-send-email-khandual@linux.vnet.ibm.com> To: Anshuman Khandual , linuxppc-dev@ozlabs.org From: Michael Ellerman Cc: mikey@neuling.org Subject: Re: [1/8] powerpc/slb: Remove a duplicate extern variable Message-Id: <20150813014423.CF8C8140216@ozlabs.org> Date: Thu, 13 Aug 2015 11:44:23 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2015-29-07 at 07:09:58 UTC, Anshuman Khandual wrote: > This patch just removes one redundant entry for one extern variable > 'slb_compare_rr_to_size' from the scope. This patch does not change > any functionality. > > Signed-off-by: Anshuman Khandual Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/752b8adec4a776b4fdf0 cheers