summaryrefslogtreecommitdiffstats
path: root/disk-utils/cramfs_common.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/cramfs_common.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/cramfs_common.c')
-rw-r--r--disk-utils/cramfs_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/cramfs_common.c b/disk-utils/cramfs_common.c
index ffdad9b09..4f679cb9b 100644
--- a/disk-utils/cramfs_common.c
+++ b/disk-utils/cramfs_common.c
@@ -17,7 +17,7 @@
*/
#include <string.h>
-#include "cramfs_common.h"
+#include "cramfs.h"
#include "../include/bitops.h"
u32 u32_toggle_endianness(int big_endian, u32 what)