Searched hist:"66 c03151fc8752c29b7d17003b9c87218640b10b" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | device-internal.h | 66c03151fc8752c29b7d17003b9c87218640b10b Wed Feb 18 21:36:18 UTC 2015 Marek Vasut <marex@denx.de> dm: Protect device_unbind() with CONFIG_DM_DEVICE_REMOVE
Since device_unbind() is also defined in device-remove.c, which is compiled in only in case CONFIG_DM_DEVICE_REMOVE is defined, protect the device_unbind() prototype with the same CONFIG_DM_DEVICE_REMOVE check.
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Stefan Roese <sr@denx.de> Cc: Tom Rini <trini@ti.com> Acked-by: Simon Glass <sjg@chromium.org>
|