diff options
| author | James Morris <jmorris@namei.org> | 2011-09-27 09:20:46 +1000 |
|---|---|---|
| committer | James Morris <jmorris@namei.org> | 2011-09-27 09:20:46 +1000 |
| commit | c6cb56fc94f4efaec2d4ad74bed2be7883179ccd (patch) | |
| tree | cc4ebf2231093ab57c2e868fbdf176791de600db /include/linux/kernel.h | |
| parent | a427fd14d3edf6396c4b9638dbc8e2972afaa05b (diff) | |
| parent | 8c35ad20270de91d0f3bfe521daa3b7983ee8db7 (diff) | |
Merge branch 'next-hex2bin' of git://github.com/mzohar/linux-evm into next
Diffstat (limited to 'include/linux/kernel.h')
| -rw-r--r-- | include/linux/kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 46ac9a50528d..8eefcf7e95eb 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -382,7 +382,7 @@ static inline char *pack_hex_byte(char *buf, u8 byte) } extern int hex_to_bin(char ch); -extern void hex2bin(u8 *dst, const char *src, size_t count); +extern int __must_check hex2bin(u8 *dst, const char *src, size_t count); /* * General tracing related utility functions - trace_printk(), |
