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-Tag: firefly_0821_release~3680^2~988^2~60^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3a32dd0a5d56a2ebb8b738fedcf5e64fb5ba1bbd;p=firefly-linux-kernel-4.4.55.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"