mirror of https://github.com/torvalds/linux.git
The EXPORT_SYMBOL_GPL() for debugfs_create_str was placed incorrectly
away from the function definition. Move it immediately below the
debugfs_create_str() function where it belongs.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| file.c | ||
| inode.c | ||
| internal.h | ||