libsymbols kallsyms: Move hex2u64 out of header
[linux-2.6-microblaze.git] / tools / lib / symbol / kallsyms.h
index bd988f7..72ab987 100644 (file)
@@ -18,8 +18,6 @@ static inline u8 kallsyms2elf_binding(char type)
        return isupper(type) ? STB_GLOBAL : STB_LOCAL;
 }
 
-int hex2u64(const char *ptr, u64 *long_val);
-
 u8 kallsyms2elf_type(char type);
 
 bool kallsyms__is_function(char symbol_type);