Commit 9bf2850c authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Andrew Morton
Browse files

kstrtox: remove strtobool()

parent 5097a69d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -147,9 +147,4 @@ extern long simple_strtol(const char *,char **,unsigned int);
extern unsigned long long simple_strtoull(const char *,char **,unsigned int);
extern long long simple_strtoll(const char *,char **,unsigned int);

static inline int strtobool(const char *s, bool *res)
{
	return kstrtobool(s, res);
}

#endif	/* _LINUX_KSTRTOX_H */