]> err.no Git - linux-2.6/blobdiff - fs/nls/nls_base.c
Remove obsolete #include <linux/config.h>
[linux-2.6] / fs / nls / nls_base.c
index 897512796edb4ae06b7574cfbb905c018562e9c2..9de6b495f1128c09dd7c7d87767473e0431122cd 100644 (file)
@@ -10,7 +10,6 @@
 
 #include <linux/module.h>
 #include <linux/string.h>
-#include <linux/config.h>
 #include <linux/nls.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
@@ -243,7 +242,7 @@ void unload_nls(struct nls_table *nls)
        module_put(nls->owner);
 }
 
-wchar_t charset2uni[256] = {
+static wchar_t charset2uni[256] = {
        /* 0x00*/
        0x0000, 0x0001, 0x0002, 0x0003,
        0x0004, 0x0005, 0x0006, 0x0007,