diff options
Diffstat (limited to 'fs/nls/nls_koi8-ru.c')
-rw-r--r-- | fs/nls/nls_koi8-ru.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nls/nls_koi8-ru.c b/fs/nls/nls_koi8-ru.c index e7bc1d75c78..a80a741a867 100644 --- a/fs/nls/nls_koi8-ru.c +++ b/fs/nls/nls_koi8-ru.c @@ -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) |