f2fs: Include missing export header

Needed for the THIS_MODULE definition.

Change-Id: Ic6622200d8ae8d7b3688224cb0237cead607de86
This commit is contained in:
Zhao Wei Liew 2017-01-23 16:14:21 +08:00
parent 250c050aba
commit 39616038c7
1 changed files with 1 additions and 0 deletions

View File

@ -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>