]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nls/nls_base.c
[CIFS] New file for previous commit
[linux-2.6-omap-h63xx.git] / fs / nls / nls_base.c
index a912debcd20b3c27850c4e5754e164888a0a9e9d..7dfdab98729bfd30666e71f8a34ad4ea375a7543 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * linux/fs/nls_base.c
+ * linux/fs/nls/nls_base.c
  *
  * Native language support--charsets and unicode translations.
  * By Gordon Chaffee 1996, 1997
@@ -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>
@@ -164,8 +163,6 @@ int register_nls(struct nls_table * nls)
 {
        struct nls_table ** tmp = &tables;
 
-       if (!nls)
-               return -EINVAL;
        if (nls->next)
                return -EBUSY;