diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/common.h b/include/common.h index 749d35cab..00b543408 100644 --- a/include/common.h +++ b/include/common.h @@ -617,9 +617,7 @@ void	udelay        (unsigned long);  /* lib_generic/vsprintf.c */  ulong	simple_strtoul(const char *cp,char **endp,unsigned int base); -#ifdef CONFIG_SYS_64BIT_VSPRINTF  unsigned long long	simple_strtoull(const char *cp,char **endp,unsigned int base); -#endif  long	simple_strtol(const char *cp,char **endp,unsigned int base);  void	panic(const char *fmt, ...)  		__attribute__ ((format (__printf__, 1, 2))); |