]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - fs/hpfs/file.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-hirsute-kernel.git] / fs / hpfs / file.c
index 2de0d3492d15a9639e774d85464757deca226e55..077c25128eb7417adaedfba9cdfdce4522d43c30 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "hpfs_fn.h"
 #include <linux/mpage.h>
+#include <linux/fiemap.h>
 
 #define BLOCKS(size) (((size) + 511) >> 9)