alistair23-linux/fs/debugfs
Nicolai Stange 24ef5f360f debugfs: remove extra debugfs_create_file_unsafe() declaration
debugfs_create_file_unsafe() is declared twice in exactly the same
manner each: once in fs/debugfs/internal.h and once in
include/linux/debugfs.h

All files that include the former also include the latter and thus,
the declaration in fs/debugfs/internal.h is superfluous.

Remove it.

Signed-off-by: Nicolai Stange <nicstange@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-08-31 15:08:10 +02:00
..
file.c debugfs: open_proxy_open(): avoid double fops release 2016-06-15 04:56:35 -07:00
inode.c debugfs: ->d_parent is never NULL or negative 2016-05-29 16:22:08 -04:00
internal.h debugfs: remove extra debugfs_create_file_unsafe() declaration 2016-08-31 15:08:10 +02:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00