diff options
author | Domen Puncer <domen@coderock.org> | 2006-05-12 11:51:46 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-12 11:51:46 +0100 |
commit | 7e59f2ccd7fc2424b2e70132ac613d16acae37da (patch) | |
tree | 21636370bfcec0895a77420d20522b1ff5f60be0 /fs/jffs2 | |
parent | f0ad11d060c7acf727ead8339432bdd2bfd7f868 (diff) | |
download | kernel_i9300_mainline-7e59f2ccd7fc2424b2e70132ac613d16acae37da.zip kernel_i9300_mainline-7e59f2ccd7fc2424b2e70132ac613d16acae37da.tar.gz kernel_i9300_mainline-7e59f2ccd7fc2424b2e70132ac613d16acae37da.tar.bz2 |
[JFFS2] Remove obsolete histo.h
This file hasn't actually been used since the very early days of JFFS2
when Arjan was playing with compression methods. It can go now.
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2')
-rw-r--r-- | fs/jffs2/histo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/jffs2/histo.h b/fs/jffs2/histo.h deleted file mode 100644 index 22a93a0..0000000 --- a/fs/jffs2/histo.h +++ /dev/null @@ -1,3 +0,0 @@ -/* This file provides the bit-probabilities for the input file */ -#define BIT_DIVIDER 629 -static int bits[9] = { 179,167,183,165,159,198,178,119,}; /* ia32 .so files */ |