Message ID | 1346137258-7186-1-git-send-email-swarren@wwwdotorg.org (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
On 08/28/2012 12:00 AM, Stephen Warren wrote: > From: Stephen Warren <swarren@nvidia.com> > > Nothing from this file is needed, so remove the include. This helps > single zImage work by reducing use of the mach-tegra/include/mach/ > directory. BTW, it'd be easiest for me to take this through the Tegra tree, since I may be able to delete <mach/gpio-tegra.h> after this. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Stephen, On Tue, Aug 28 2012, Stephen Warren wrote: > On 08/28/2012 12:00 AM, Stephen Warren wrote: >> From: Stephen Warren <swarren@nvidia.com> >> >> Nothing from this file is needed, so remove the include. This helps >> single zImage work by reducing use of the mach-tegra/include/mach/ >> directory. > > BTW, it'd be easiest for me to take this through the Tegra tree, since I > may be able to delete <mach/gpio-tegra.h> after this. Fine with me: Acked-by: Chris Ball <cjb@laptop.org> - Chris.
On 08/28/2012 01:00 AM, Stephen Warren wrote: > From: Stephen Warren <swarren@nvidia.com> > > Nothing from this file is needed, so remove the include. This helps > single zImage work by reducing use of the mach-tegra/include/mach/ > directory. Applied to Tegra's for-3.7/cleanup branch. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 0810ccc..5393c64 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c @@ -27,7 +27,6 @@ #include <asm/gpio.h> -#include <mach/gpio-tegra.h> #include <mach/sdhci.h> #include "sdhci-pltfm.h"