summaryrefslogtreecommitdiff
path: root/mount/fsprobe.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2007-11-08 00:54:58 +0100
committerKarel Zak <kzak@redhat.com>2007-11-08 00:54:58 +0100
commit461311047bf28ea838ab63e5a5e5b2003af2f377 (patch)
tree5adcb50b7e4f542d65b6fb6bb71d437d77dd66fe /mount/fsprobe.c
parent8a4a67b9f16d3f8dd89c7bf88fb3811b7c65f6d2 (diff)
downloadutil-linux-old-461311047bf28ea838ab63e5a5e5b2003af2f377.tar.gz
mount: use blkdev_get_size()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/fsprobe.c')
-rw-r--r--mount/fsprobe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mount/fsprobe.c b/mount/fsprobe.c
index b874f9d7..0be73ac3 100644
--- a/mount/fsprobe.c
+++ b/mount/fsprobe.c
@@ -6,7 +6,6 @@
#include <sys/stat.h>
#include <sys/types.h>
#include "mount_paths.h"
-#include "linux_fs.h"
#include "fsprobe.h"
#include "sundries.h" /* for xstrdup */
#include "nls.h"