From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 51E1C1A000D for ; Wed, 25 Jun 2014 11:25:15 +1000 (EST) Message-ID: <1403659426.4587.192.camel@pasglop> Subject: Re: [PATCH v2] sched: Fix compiler warnings From: Benjamin Herrenschmidt To: Guenter Roeck Date: Wed, 25 Jun 2014 11:23:46 +1000 In-Reply-To: <1403658329-13196-1-git-send-email-linux@roeck-us.net> References: <1403658329-13196-1-git-send-email-linux@roeck-us.net> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: Russell King , Peter Zijlstra , linux-kernel@vger.kernel.org, Ingo Molnar , Ingo Molnar , Paul Mackerras , Vincent Guittot , linuxppc-dev@lists.ozlabs.org, Dietmar Eggemann , linux-arm-kernel@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2014-06-24 at 18:05 -0700, Guenter Roeck wrote: .../... > Drop 'const' from the function declarations to fix the problem. > > The fix for all three patches has to be applied together to avoid > compilation failures for the affected architectures. > > Cc: Dietmar Eggemann > Cc: Peter Zijlstra > Cc: Ingo Molnar Acked-by: Benjamin Herrenschmidt > Cc: Vincent Guittot > Signed-off-by: Guenter Roeck > --- > v2: Fix problem in all affected architectures with a single patch > to avoid compilation errors.