lkml.org 
[lkml]   [2009]   [Dec]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: mmotm 2009-12-03-22-57 uploaded (isdn: proc_fops)
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


\
 
 \ /
  Last update: 2009-12-05 00:37    [W:0.125 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site