From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 29 Jun 2016 16:05:15 -0700 Subject: [U-Boot] [PATCH 2/5] mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL In-Reply-To: <1467197178-24783-3-git-send-email-jh80.chung@samsung.com> References: <1467197178-24783-1-git-send-email-jh80.chung@samsung.com> <1467197178-24783-3-git-send-email-jh80.chung@samsung.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29 June 2016 at 03:46, Jaehoon Chung wrote: > Removed #ifdef for OF_CONTROL. > It might use 'OF_CONTROL' by default. > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/exynos_dw_mmc.c | 2 -- > 1 file changed, 2 deletions(-) Reviewed-by: Simon Glass