From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from coco.kroah.org (kroah.org [198.145.64.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "coco.kroah.org", Issuer "Greg KH" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D019FB7D88 for ; Tue, 16 Mar 2010 10:46:43 +1100 (EST) Date: Mon, 15 Mar 2010 16:46:25 -0700 From: Greg KH To: Stephen Rothwell Subject: Re: [PATCH] sysdev: the cpu probe/release attributes should be sysdev_class_attributes Message-ID: <20100315234625.GA12575@kroah.com> References: <20100316103332.ade0b5d9.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20100316103332.ade0b5d9.sfr@canb.auug.org.au> Cc: Andi Kleen , ppc-dev , LKML List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Mar 16, 2010 at 10:33:32AM +1100, Stephen Rothwell wrote: > This fixes these warnings: > > drivers/base/cpu.c:264: warning: initialization from incompatible pointer type > drivers/base/cpu.c:265: warning: initialization from incompatible pointer type > > Cc: Andi Kleen > Signed-off-by: Stephen Rothwell > --- > drivers/base/cpu.c | 16 ++++++++-------- > 1 files changed, 8 insertions(+), 8 deletions(-) > > Hi Greg, > > Could you pleas send this on to Linuse as this is now a bug in mainline. Will do, thanks so much for fixing this up correctly. greg k-h