]> git.baikalelectronics.ru Git - kernel.git/commit
procfs: add stub for proc_mkdir_mode()
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 17 May 2011 22:44:12 +0000 (15:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 May 2011 09:55:24 +0000 (02:55 -0700)
commit2fda32ff21c0a50ed5a74ee79158a509426aa918
treeda399a0a02522d38b56d38616ac4b268e0a58f92
parent41f8471a5be678843f4483d1c9932b2cb1fb0158
procfs: add stub for proc_mkdir_mode()

Provide a stub for proc_mkdir_mode() when CONFIG_PROC_FS is not
enabled, just like the stub for proc_mkdir().

Fixes this linux-next build error:

  drivers/net/wireless/airo.c:4504: error: implicit declaration of function 'proc_mkdir_mode'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: "John W. Linville" <linville@tuxdriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/proc_fs.h