From: Thomas Petazzoni Date: Fri, 21 Dec 2012 14:49:16 +0000 (+0100) Subject: arm: kirkwood: dockstar: remove useless include of SDIO header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3a32dd0a5d56a2ebb8b738fedcf5e64fb5ba1bbd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git arm: kirkwood: dockstar: remove useless include of SDIO header The dockstar platform does not register any SDIO controller, therefore it does not need to include the mmc-mvsdio.h header. Signed-off-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- diff --git a/arch/arm/mach-kirkwood/dockstar-setup.c b/arch/arm/mach-kirkwood/dockstar-setup.c index 791a98fafa29..272af6970f61 100644 --- a/arch/arm/mach-kirkwood/dockstar-setup.c +++ b/arch/arm/mach-kirkwood/dockstar-setup.c @@ -19,7 +19,6 @@ #include #include #include -#include #include "common.h" #include "mpp.h"