Re: [PATCH -next] tty.h: fix build errors 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: > > include/linux/tty.h: In function 'proc_tty_register_driver': > include/linux/tty.h:698:52: error: parameter name omitted > include/linux/tty.h: In function

Re: [PATCH -next] tty.h: fix build errors 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: include/linux/tty.h: In function 'proc_tty_register_driver': include/linux/tty.h:698:52: error: parameter name omitted include/linux/tty.h: In function

[PATCH -next] tty.h: fix build errors 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: include/linux/tty.h: In function 'proc_tty_register_driver': include/linux/tty.h:698:52: error: parameter name omitted include/linux/tty.h: In function 'proc_tty_unregister_driver': include/linux/tty.h:699:54: error:

[PATCH -next] tty.h: fix build errors 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: include/linux/tty.h: In function 'proc_tty_register_driver': include/linux/tty.h:698:52: error: parameter name omitted include/linux/tty.h: In function 'proc_tty_unregister_driver':