diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libfdt.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/libfdt.h b/include/libfdt.h index 94c35e330..5492a5352 100644 --- a/include/libfdt.h +++ b/include/libfdt.h @@ -122,7 +122,7 @@  /* Low-level functions (you probably don't need these)                */  /**********************************************************************/ -const void *fdt_offset_ptr(const void *fdt, int offset, int checklen); +const void *fdt_offset_ptr(const void *fdt, int offset, unsigned int checklen);  static inline void *fdt_offset_ptr_w(void *fdt, int offset, int checklen)  {  	return (void *)(uintptr_t)fdt_offset_ptr(fdt, offset, checklen); |