Re: [PATCH -next] proc_fs.h: fix build error when PROC_FS is not enabled

2013-04-30 Thread Randy Dunlap
On 04/30/13 09:36, David Rientjes wrote: > On Mon, 29 Apr 2013, Randy Dunlap wrote: > >> From: Randy Dunlap >> >> Fix build error when CONFIG_PROC_FS is not enabled: >> (remove duplicated line) >> >> include/linux/proc_fs.h:58:20: error: redefinition of 'proc_set_size' >>

Re: [PATCH -next] proc_fs.h: fix build error when PROC_FS is not enabled

2013-04-30 Thread David Rientjes
On Mon, 29 Apr 2013, Randy Dunlap wrote: > From: Randy Dunlap > > Fix build error when CONFIG_PROC_FS is not enabled: > (remove duplicated line) > > include/linux/proc_fs.h:58:20: error: redefinition of 'proc_set_size' > include/linux/proc_fs.h:51:20: note: previous definition of

Re: [PATCH -next] proc_fs.h: fix build error when PROC_FS is not enabled

2013-04-30 Thread David Rientjes
On Mon, 29 Apr 2013, Randy Dunlap wrote: From: Randy Dunlap rdun...@infradead.org Fix build error when CONFIG_PROC_FS is not enabled: (remove duplicated line) include/linux/proc_fs.h:58:20: error: redefinition of 'proc_set_size' include/linux/proc_fs.h:51:20: note: previous definition of

Re: [PATCH -next] proc_fs.h: fix build error when PROC_FS is not enabled

2013-04-30 Thread Randy Dunlap
On 04/30/13 09:36, David Rientjes wrote: On Mon, 29 Apr 2013, Randy Dunlap wrote: From: Randy Dunlap rdun...@infradead.org Fix build error when CONFIG_PROC_FS is not enabled: (remove duplicated line) include/linux/proc_fs.h:58:20: error: redefinition of 'proc_set_size'

[PATCH -next] proc_fs.h: fix build error when PROC_FS is not enabled

2013-04-29 Thread Randy Dunlap
From: Randy Dunlap Fix build error when CONFIG_PROC_FS is not enabled: (remove duplicated line) include/linux/proc_fs.h:58:20: error: redefinition of 'proc_set_size' include/linux/proc_fs.h:51:20: note: previous definition of 'proc_set_size' was here Signed-off-by: Randy Dunlap ---

[PATCH -next] proc_fs.h: fix build error when PROC_FS is not enabled

2013-04-29 Thread Randy Dunlap
From: Randy Dunlap rdun...@infradead.org Fix build error when CONFIG_PROC_FS is not enabled: (remove duplicated line) include/linux/proc_fs.h:58:20: error: redefinition of 'proc_set_size' include/linux/proc_fs.h:51:20: note: previous definition of 'proc_set_size' was here Signed-off-by: Randy