]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: mmc header fix
authorMateusz Zalega <m.zalega@samsung.com>
Wed, 30 Apr 2014 11:04:15 +0000 (13:04 +0200)
committerLukasz Majewski <l.majewski@samsung.com>
Mon, 5 May 2014 06:00:28 +0000 (08:00 +0200)
commit07a2d42cd4964168b98c895dd2bb9c0c8275992d
treeef84bb39aa30e7c94830a4bb92ee4a65387aa4cb
parent2fc5dab2ed19b6e15ba0726905b6311793397806
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>
include/mmc.h