X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Flkc.h;h=2628bc6a21410ea9c3d712506917fb19949d7065;hp=f4394af6e4b81c8d0c0f18acf6eb97852e79cc72;hb=001b488249ed961ee66e61dccf23866b8d7f8dbd;hpb=9c442ba3b556bebdf5e95373d9532f5a5a3af11b;ds=sidebyside diff --git a/config/lkc.h b/config/lkc.h index f4394af..2628bc6 100644 --- a/config/lkc.h +++ b/config/lkc.h @@ -8,15 +8,6 @@ #include "expr.h" -#ifndef KBUILD_NO_NLS -# include -#else -static inline const char *gettext(const char *txt) { return txt; } -static inline void textdomain(const char *domainname) {} -static inline void bindtextdomain(const char *name, const char *dir) {} -static inline char *bind_textdomain_codeset(const char *dn, char *c) { return c; } -#endif - #ifdef __cplusplus extern "C" { #endif @@ -29,11 +20,6 @@ extern "C" { #define PACKAGE "linux" #endif -#define LOCALEDIR "/usr/share/locale" - -#define _(text) gettext(text) -#define N_(text) (text) - #ifndef CONFIG_ #define CONFIG_ "CONFIG_" #endif