]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commitdiff
sound: soc: tegra-alt: Move mach/tegra_asoc_pdata.h to include/linux
authorLaxman Dewangan <ldewangan@nvidia.com>
Thu, 8 Dec 2016 09:29:24 +0000 (14:59 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 9 Dec 2016 09:53:50 +0000 (01:53 -0800)
The include header mach/tegra_asoc_pdata.h is moved to
include/linux/platform_data in order to keep all generic platform
data to this folder and get rid of mach-tegra/include/mach/*.h.
Refer the correct header location for tegra-alt drivers.

bug 200259459

Change-Id: Iaf793e3f4505a1e3ad722dbbb3e5b5dad38580ca
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/1267478
Reviewed-by: Timo Alho <talho@nvidia.com>
Reviewed-by: Ravindra Lokhande <rlokhande@nvidia.com>
GVS: Gerrit_Virtual_Submit

include/linux/platform_data/tegra_asoc_pdata.h [moved from arch/arm/mach-tegra/include/mach/tegra_asoc_pdata.h with 96% similarity]
sound/soc/tegra-alt/tegra_t210ref_mobile_alt.c
sound/soc/tegra-alt/tegra_t210ref_mobile_es755_alt.c
sound/soc/tegra-alt/tegra_t210ref_mobile_rt565x_alt.c

similarity index 96%
rename from arch/arm/mach-tegra/include/mach/tegra_asoc_pdata.h
rename to include/linux/platform_data/tegra_asoc_pdata.h
index 2f465b33f11f2bb5cafb23b87ec9971ff1a94596..17b3dcaf55090a4dd8854a3b08f617a58f655680 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * arch/arm/mach-tegra/include/mach/tegra_asoc_pdata.h
- *
  * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
  *
  * This software is licensed under the terms of the GNU General Public
index b3bdcec1be3f309331a50fa49fca209d985f5e85..fe57987fc5ced365784871fd3f71abc7e16de4fa 100644 (file)
@@ -30,7 +30,7 @@
 #include <linux/switch.h>
 #endif
 #include <linux/pm_runtime.h>
-#include <mach/tegra_asoc_pdata.h>
+#include <linux/platform_data/tegra_asoc_pdata.h>
 
 #include <sound/core.h>
 #include <sound/jack.h>
index 7dad628d6c4454f9f1c141c2266d28a1cbdfc18c..6ec0d311d5b9930b5f6afe2ed147ea18357b35af 100644 (file)
@@ -31,7 +31,7 @@
 #include <linux/switch.h>
 #endif
 #include <linux/pm_runtime.h>
-#include <mach/tegra_asoc_pdata.h>
+#include <linux/platform_data/tegra_asoc_pdata.h>
 
 #ifdef CONFIG_NVS_IQS2X3
 #include <linux/nvs_iqs2x3.h>
index 4b36df9383e050013a92d5b14ad22ea20b483246..b98d120c548949446ed2201f001dc72a29db908e 100644 (file)
@@ -32,7 +32,7 @@
 #include <linux/switch.h>
 #endif
 #include <linux/pm_runtime.h>
-#include <mach/tegra_asoc_pdata.h>
+#include <linux/platform_data/tegra_asoc_pdata.h>
 
 #include <sound/core.h>
 #include <sound/jack.h>