Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262774AbUDHWDg (ORCPT ); Thu, 8 Apr 2004 18:03:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262866AbUDHWDf (ORCPT ); Thu, 8 Apr 2004 18:03:35 -0400 Received: from linux-bt.org ([217.160.111.169]:12234 "EHLO mail.holtmann.net") by vger.kernel.org with ESMTP id S262774AbUDHWDd (ORCPT ); Thu, 8 Apr 2004 18:03:33 -0400 Subject: Re: [PATCH 2.6.5] Add sysfs class support to fs/coda/psdev.c From: Marcel Holtmann To: Hanna Linder Cc: Linux Kernel Mailing List , braam@cs.cmu.edu, Greg Kroah-Hartman , coda@cs.cmu.edu In-Reply-To: <7970000.1081458781@dyn318071bld.beaverton.ibm.com> References: <7290000.1081457670@dyn318071bld.beaverton.ibm.com> <7970000.1081458781@dyn318071bld.beaverton.ibm.com> Content-Type: text/plain Message-Id: <1081461739.5880.13.camel@pegasus> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 09 Apr 2004 00:02:19 +0200 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 932 Lines: 33 Hi Hanna, > Here is the fixed patch: > > diff -Nrup linux-2.6.5/fs/coda/psdev.c linux-2.6.5p/fs/coda/psdev.c > --- linux-2.6.5/fs/coda/psdev.c 2004-04-03 19:37:36.000000000 -0800 > +++ linux-2.6.5p/fs/coda/psdev.c 2004-04-08 14:05:51.000000000 -0700 > @@ -37,6 +37,7 @@ > #include > #include > #include > +#include > #include > #include > #include > @@ -61,6 +62,7 @@ unsigned long coda_timeout = 30; /* .. s > > > struct venus_comm coda_comms[MAX_CODADEVS]; > +static struct class_simple coda_psdev_class; I think coda_psdev_class must be a pointer. Regards Marcel - 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/