public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: Hanna Linder <hannal@us.ibm.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	braam@cs.cmu.edu, Greg Kroah-Hartman <greg@kroah.com>,
	coda@cs.cmu.edu
Subject: Re: [PATCH 2.6.5] Add sysfs class support to fs/coda/psdev.c
Date: Fri, 09 Apr 2004 00:02:19 +0200	[thread overview]
Message-ID: <1081461739.5880.13.camel@pegasus> (raw)
In-Reply-To: <7970000.1081458781@dyn318071bld.beaverton.ibm.com>

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 <linux/init.h>
>  #include <linux/list.h>
>  #include <linux/smp_lock.h>
> +#include <linux/device.h>
>  #include <asm/io.h>
>  #include <asm/system.h>
>  #include <asm/poll.h>
> @@ -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



  parent reply	other threads:[~2004-04-08 22:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-08 20:54 [PATCH 2.6.5] Add sysfs class support to fs/coda/psdev.c Hanna Linder
2004-04-08 21:13 ` Hanna Linder
2004-04-08 21:50   ` Greg KH
2004-04-08 22:02   ` Marcel Holtmann [this message]
2004-04-08 22:46     ` Hanna Linder
2004-04-09 18:53       ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1081461739.5880.13.camel@pegasus \
    --to=marcel@holtmann.org \
    --cc=braam@cs.cmu.edu \
    --cc=coda@cs.cmu.edu \
    --cc=greg@kroah.com \
    --cc=hannal@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox