From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-kernel@vger.kernel.org, Alexey Dobriyan <adobriyan@gmail.com>
Cc: akpm@linux-foundation.org, lkml <linux-kernel@vger.kernel.org>
Subject: Re: mmotm 2009-12-03-22-57 uploaded (isdn: proc_fops)
Date: Fri, 4 Dec 2009 15:34:39 -0800 [thread overview]
Message-ID: <20091204153439.2c1da767.randy.dunlap@oracle.com> (raw)
In-Reply-To: <200912040703.nB47324P028370@imap1.linux-foundation.org>
On Thu, 03 Dec 2009 23:03:02 -0800 akpm@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2009-12-03-22-57 has been uploaded to
>
> http://userweb.kernel.org/~akpm/mmotm/
>
> and will soon be available at
>
> git://zen-kernel.org/kernel/mmotm.git
>
> It contains the following patches against 2.6.32:
> proc_fops-convert-drivers-isdn-to-seq_file.patch
> proc_fops-convert-drivers-isdn-to-seq_file-fix.patch
when CONFIG_PROC_FS=n:
drivers/isdn/gigaset/capi.c:2206: error: implicit declaration of function 'PDE'
drivers/isdn/gigaset/capi.c:2206: error: invalid type argument of '->'
when CONFIG_PROC_FS=y:
drivers/isdn/hysdn/hycapi.c:469: error: implicit declaration of function 'PDE'
drivers/isdn/hysdn/hycapi.c:469: error: invalid type argument of '->'
drivers/isdn/hysdn/hycapi.c:472: error: variable 'hycapi_proc_fops' has initializer but incomplete type
drivers/isdn/hysdn/hycapi.c:473: error: unknown field 'owner' specified in initializer
drivers/isdn/hysdn/hycapi.c:473: warning: excess elements in struct initializer
drivers/isdn/hysdn/hycapi.c:473: warning: (near initialization for 'hycapi_proc_fops')
drivers/isdn/hysdn/hycapi.c:474: error: unknown field 'open' specified in initializer
drivers/isdn/hysdn/hycapi.c:474: warning: excess elements in struct initializer
drivers/isdn/hysdn/hycapi.c:474: warning: (near initialization for 'hycapi_proc_fops')
drivers/isdn/hysdn/hycapi.c:475: error: unknown field 'read' specified in initializer
drivers/isdn/hysdn/hycapi.c:475: warning: excess elements in struct initializer
drivers/isdn/hysdn/hycapi.c:475: warning: (near initialization for 'hycapi_proc_fops')
drivers/isdn/hysdn/hycapi.c:476: error: unknown field 'llseek' specified in initializer
drivers/isdn/hysdn/hycapi.c:476: warning: excess elements in struct initializer
drivers/isdn/hysdn/hycapi.c:476: warning: (near initialization for 'hycapi_proc_fops')
drivers/isdn/hysdn/hycapi.c:477: error: unknown field 'release' specified in initializer
drivers/isdn/hysdn/hycapi.c:477: warning: excess elements in struct initializer
drivers/isdn/hysdn/hycapi.c:477: warning: (near initialization for 'hycapi_proc_fops')
Needs to #include <linux/proc_fs.h>
---
~Randy
prev parent reply other threads:[~2009-12-04 23:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-04 7:03 mmotm 2009-12-03-22-57 uploaded akpm
2009-12-04 23:34 ` Randy Dunlap [this message]
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=20091204153439.2c1da767.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=adobriyan@gmail.com \
--cc=akpm@linux-foundation.org \
--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
all inboxes | Powered by JetHome®