]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
dm: blk: conditionally disable functions that don't play well with CONFIG_DM_MMC
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 8 Mar 2017 14:50:47 +0000 (15:50 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 13 Mar 2017 15:36:19 +0000 (16:36 +0100)
blk_{read|write}_devnum() don't work with CONFIG_DM_MMC enabled.
Prevent use under these circumstances by making the function
definition depend on !CONFIG_DM_MMC


No differences found