summaryrefslogtreecommitdiff
path: root/drivers/rkflash/rkflash_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rkflash/rkflash_debug.c')
-rw-r--r--drivers/rkflash/rkflash_debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/rkflash/rkflash_debug.c b/drivers/rkflash/rkflash_debug.c
index fcff32d098e9..8d8e7d6e3b20 100644
--- a/drivers/rkflash/rkflash_debug.c
+++ b/drivers/rkflash/rkflash_debug.c
@@ -6,8 +6,9 @@
#include "rkflash_debug.h"
#include "sfc_nor.h"
+#include "typedef.h"
-void rkflash_print_hex(char *s, void *buf, u32 width, u32 len)
+void rknand_print_hex(char *s, void *buf, int width, int len)
{
print_hex_dump(KERN_WARNING, s, DUMP_PREFIX_OFFSET,
16, width, buf, len * width, 0);