summaryrefslogtreecommitdiffstats
path: root/disk-utils/fsck.cramfs.c
diff options
context:
space:
mode:
authorDavidlohr Bueso2011-05-11 19:16:00 +0200
committerKarel Zak2011-05-17 16:30:08 +0200
commit06f25585085e2efcc1bfebbbfc31ff5db7af707b (patch)
treeaefb7bdb5c132167144be9be0f127a84d1eefc0f /disk-utils/fsck.cramfs.c
parentchrt: clarify use of -a option (diff)
downloadkernel-qcow2-util-linux-06f25585085e2efcc1bfebbbfc31ff5db7af707b.tar.gz
kernel-qcow2-util-linux-06f25585085e2efcc1bfebbbfc31ff5db7af707b.tar.xz
kernel-qcow2-util-linux-06f25585085e2efcc1bfebbbfc31ff5db7af707b.zip
cramfs: remove cramfs_common.h
We currently have cramfs.h and cramfs_common.h, this makes no sense, so remove unite them and keep just cramfs.h Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Diffstat (limited to 'disk-utils/fsck.cramfs.c')
-rw-r--r--disk-utils/fsck.cramfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/disk-utils/fsck.cramfs.c b/disk-utils/fsck.cramfs.c
index 09953dc28..3d0c3e5f1 100644
--- a/disk-utils/fsck.cramfs.c
+++ b/disk-utils/fsck.cramfs.c
@@ -54,7 +54,6 @@
#include <sys/sysmacros.h> /* for major, minor */
#include "cramfs.h"
-#include "cramfs_common.h"
#include "nls.h"
#include "blkdev.h"