Currently, I am not aware of a generic (non-arch specific) way of translating between ASCII and EBCDIC. Therefore, let's copy s390's tables for the time being. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> --- {arch/s390/kernel => fs/cmsfs}/ebcdic.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) copy {arch/s390/kernel => fs/cmsfs}/ebcdic.c (99%) diff --git a/arch/s390/kernel/ebcdic.c b/fs/cmsfs/ebcdic.c similarity index 99% copy from arch/s390/kernel/ebcdic.c copy to fs/cmsfs/ebcdic.c index cc0dc60..bb0f973 100644 --- a/arch/s390/kernel/ebcdic.c +++ b/fs/cmsfs/ebcdic.c @@ -11,7 +11,6 @@ #include <linux/module.h> #include <asm/types.h> -#include <asm/ebcdic.h> /* * ASCII (IBM PC 437) -> EBCDIC 037 -- 1.5.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html