From d5c03ad30f9de4e325fc7e092f9b93bc2b298824 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Thu, 2 Feb 2017 11:51:27 +0530 Subject: platform: tegra: Remove duplicate kfuse driver The kfuse driver is unified to a single driver and implemented in main kernel repo. The kfuse on t18x repo is not used any more and hence removing this driver. bug 200257381 Change-Id: I87e45f28d27a0967994aae3132119cb40179486a Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/1297755 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Sujeet Baranwal Reviewed-by: Pranami Bhattacharya GVS: Gerrit_Virtual_Submit --- include/linux/platform/tegra/tegra18_kfuse.h | 37 ---------------------------- 1 file changed, 37 deletions(-) delete mode 100644 include/linux/platform/tegra/tegra18_kfuse.h (limited to 'include/linux/platform/tegra') diff --git a/include/linux/platform/tegra/tegra18_kfuse.h b/include/linux/platform/tegra/tegra18_kfuse.h deleted file mode 100644 index 2ceb706f1..000000000 --- a/include/linux/platform/tegra/tegra18_kfuse.h +++ /dev/null @@ -1,37 +0,0 @@ -/* - * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - */ - -#ifndef TEGRA18_KFUSE_H -#define TEGRA18_KFUSE_H - -#include - -struct kfuse; - -#ifdef CONFIG_TEGRA_KFUSE -void tegra_kfuse_disable_sensing(void); -int tegra_kfuse_enable_sensing(void); -#else - -static inline void tegra_kfuse_disable_sensing(void) -{ -} - -static inline int tegra_kfuse_enable_sensing(void) -{ - return -ENOSYS; -} - -#endif - -#endif -- cgit v1.2.2