mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
drivers: rkflash: add string.h to support memcpy
Change-Id: I5bb7af23738e8f1cb86f78325ea1ea783111f2ff Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
This commit is contained in:
parent
029d0dfc86
commit
31ca249a81
|
|
@ -5,6 +5,7 @@
|
|||
#include <linux/bug.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/string.h>
|
||||
|
||||
#include "flash_com.h"
|
||||
#include "rkflash_debug.h"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#include <linux/mtd/mtd.h>
|
||||
#include <linux/mtd/partitions.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/string.h>
|
||||
|
||||
#include "sfc_nor.h"
|
||||
#include "rkflash_blk.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user