f2fs: Include missing export header
Needed for the THIS_MODULE definition. Change-Id: Ic6622200d8ae8d7b3688224cb0237cead607de86
This commit is contained in:
parent
250c050aba
commit
39616038c7
|
@ -11,6 +11,7 @@
|
|||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <linux/export.h>
|
||||
#include <linux/fs.h>
|
||||
#include <linux/backing-dev.h>
|
||||
#include <linux/f2fs_fs.h>
|
||||
|
|
Loading…
Reference in New Issue