Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753980AbcKIN2i (ORCPT ); Wed, 9 Nov 2016 08:28:38 -0500 Received: from hqemgate15.nvidia.com ([216.228.121.64]:13633 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753827AbcKIN2d (ORCPT ); Wed, 9 Nov 2016 08:28:33 -0500 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Wed, 09 Nov 2016 05:28:06 -0800 From: Laxman Dewangan To: , CC: , , , , Laxman Dewangan Subject: [PATCH V2 1/4] soc/tegra: pmc: Remove legacy Tegra I/O rail API Date: Wed, 9 Nov 2016 18:39:19 +0530 Message-ID: <1478696962-11831-2-git-send-email-ldewangan@nvidia.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1478696962-11831-1-git-send-email-ldewangan@nvidia.com> References: <1478696962-11831-1-git-send-email-ldewangan@nvidia.com> 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: 787 Lines: 35 Remove tegra_io_rail_power_on() and tegra_io_rail_power_off() from header as client has been moved to new APIs. Signed-off-by: Laxman Dewangan --- Changes from V1: None --- include/soc/tegra/pmc.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/soc/tegra/pmc.h b/include/soc/tegra/pmc.h index 52780a77..9c314a6 100644 --- a/include/soc/tegra/pmc.h +++ b/include/soc/tegra/pmc.h @@ -203,16 +203,6 @@ static inline int tegra_io_pad_get_voltage(enum tegra_io_pad id) { return -ENOSYS; } - -static inline int tegra_io_rail_power_on(unsigned int id) -{ - return -ENOSYS; -} - -static inline int tegra_io_rail_power_off(unsigned int id) -{ - return -ENOSYS; -} #endif /* CONFIG_ARCH_TEGRA */ #endif /* __SOC_TEGRA_PMC_H__ */ -- 2.1.4