Skip to content
Snippets Groups Projects
Commit 07a2d42c authored by Mateusz Zalega's avatar Mateusz Zalega Committed by Lukasz Majewski
Browse files

mmc: mmc header fix


Structure definition used type block_dev_desc_t, defined in part.h, which
wasn't included in mmc.h. It worked only in circumstances when common.h,
or another header using part.h was incuded in implementation files.

Change-Id: I5b203928b689887e3e78beb00a378955e0553eb7
Signed-off-by: default avatarMateusz Zalega <m.zalega@samsung.com>
Acked-by: default avatarPantelis Antoniou <panto@antoniou-consulting.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
parent 2fc5dab2
Branches
Tags
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <linux/list.h> #include <linux/list.h>
#include <linux/compiler.h> #include <linux/compiler.h>
#include <part.h>
#define SD_VERSION_SD 0x20000 #define SD_VERSION_SD 0x20000
#define SD_VERSION_3 (SD_VERSION_SD | 0x300) #define SD_VERSION_3 (SD_VERSION_SD | 0x300)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment