]> git.karo-electronics.de Git - linux-beck.git/blobdiff - fs/nls/nls_koi8-ru.c
Merge remote-tracking branch 'spi/fix/core' into spi-linus
[linux-beck.git] / fs / nls / nls_koi8-ru.c
index 5db83efe27c66a76b7594d3befedc601d08d2b41..a80a741a8676dc5a6ead28c9a584169050fc3c79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * linux/fs/nls_koi8-ru.c
+ * linux/fs/nls/nls_koi8-ru.c
  *
  * Charset koi8-ru translation based on charset koi8-u.
  * The Unicode to charset table has only exact mappings.
@@ -55,7 +55,6 @@ static struct nls_table table = {
        .charset        = "koi8-ru",
        .uni2char       = uni2char,
        .char2uni       = char2uni,
-       .owner          = THIS_MODULE,
 };
 
 static int __init init_nls_koi8_ru(void)