Commit 07a2d42cd4964168b98c895dd2bb9c0c8275992d

Authored by Mateusz Zalega
Committed by Lukasz Majewski
1 parent 2fc5dab2ed

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: Mateusz Zalega <m.zalega@samsung.com>
Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -12,6 +12,7 @@
12 12  
13 13 #include <linux/list.h>
14 14 #include <linux/compiler.h>
  15 +#include <part.h>
15 16  
16 17 #define SD_VERSION_SD 0x20000
17 18 #define SD_VERSION_3 (SD_VERSION_SD | 0x300)