Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754194AbdGNMsh (ORCPT ); Fri, 14 Jul 2017 08:48:37 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:46236 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753626AbdGNMsf (ORCPT ); Fri, 14 Jul 2017 08:48:35 -0400 From: Faiz Abbas To: , CC: , , , , , , , , , , Faiz Abbas Subject: [PATCH 0/2] mmc: omap: Remove Unused Code Date: Fri, 14 Jul 2017 18:16:42 +0530 Message-ID: <1500036404-5556-1-git-send-email-faiz_abbas@ti.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 608 Lines: 19 This patch series removes some code in omap_hsmmc.c and hsmmc.c and members from hsmmc.h and hsmmc-omap.h which are not used anymore post conversion to device-tree. Patch 2 depends on Patch 1 Faiz Abbas (2): ARM: OMAP2+: hsmmc.c: Remove dead code mmc: host: omap_hsmmc: remove unused platform callbacks arch/arm/mach-omap2/hsmmc.c | 239 +------------------------------ arch/arm/mach-omap2/hsmmc.h | 9 -- drivers/mmc/host/omap_hsmmc.c | 11 -- include/linux/platform_data/hsmmc-omap.h | 10 -- 4 files changed, 2 insertions(+), 267 deletions(-) -- 2.7.4