Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760159AbXKERWc (ORCPT ); Mon, 5 Nov 2007 12:22:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758831AbXKERPc (ORCPT ); Mon, 5 Nov 2007 12:15:32 -0500 Received: from ns2.suse.de ([195.135.220.15]:42988 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759632AbXKERPa (ORCPT ); Mon, 5 Nov 2007 12:15:30 -0500 Date: Mon, 5 Nov 2007 09:06:57 -0800 From: Greg KH To: Cornelia Huck Cc: linux-kernel@vger.kernel.org, Kay Sievers , Michael Holzheu Subject: Re: [PATCH 27/54] kset: convert s390 hypervisor kset to use kset_create Message-ID: <20071105170657.GC12843@suse.de> References: <20071102235758.GA9803@kroah.com> <1194047972-9850-27-git-send-email-gregkh@suse.de> <20071105141819.22af5f6f@gondolin.boeblingen.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071105141819.22af5f6f@gondolin.boeblingen.de.ibm.com> User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1029 Lines: 27 On Mon, Nov 05, 2007 at 02:18:19PM +0100, Cornelia Huck wrote: > On Fri, 2 Nov 2007 16:59:05 -0700, > Greg Kroah-Hartman wrote: > > > Dynamically create the kset instead of declaring it statically. > > > > Cc: Kay Sievers > > Cc: Michael Holzheu > > Cc: Cornelia Huck > > Signed-off-by: Greg Kroah-Hartman > > --- > > arch/s390/hypfs/inode.c | 15 +++++++++------ > > 1 files changed, 9 insertions(+), 6 deletions(-) > > arch/s390/hypfs/inode.c: In function 'hypfs_init': > arch/s390/hypfs/inode.c:512: error: implicit declaration of function 'IS_PTR' Argh, that's what I get when I can't build my code, stupid typos... thanks for the patch, I've merged it in. greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/