diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-15 08:51:01 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2019-07-17 07:21:02 -0700 |
commit | 5d907307adc14cd5148b07629c2b4535acd06062 (patch) | |
tree | f661053298a15fbbac6e609cbbb01696f4ced1d2 /fs/dax.c | |
parent | cb7181ff4b1ca1e4a9dbea8a3982142ce4ed73fd (diff) |
iomap: move internal declarations into fs/iomap/
Move internal function declarations out of fs/internal.h into
include/linux/iomap.h so that our transition is complete.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/dax.c')
-rw-r--r-- | fs/dax.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ #include <linux/mmu_notifier.h> #include <linux/iomap.h> #include <asm/pgalloc.h> -#include "internal.h" #define CREATE_TRACE_POINTS #include <trace/events/fs_dax.h> |