From 4e6dcec1bd2adf5eb072fde7b51bac7a5d5744de Mon Sep 17 00:00:00 2001 From: Satya Durga Srinivasu Prabhala Date: Mon, 15 Aug 2016 10:20:54 -0700 Subject: Revert "arm64: Add support for app specific settings" This reverts commit 7ab05c20ad43 ("arm64: Add support for app specific settings"). Feature is not applicable to msmcobalt and only applicable to MSM8996. CRs-Fixed: 1054373 Change-Id: I12d3a22362b965c7d302976c83ab0e757c98d3c6 Signed-off-by: Satya Durga Srinivasu Prabhala --- include/linux/mm_types.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/linux') diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 9f9e60736eba..ea0009064bbc 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -522,10 +522,6 @@ struct mm_struct { #ifdef CONFIG_HUGETLB_PAGE atomic_long_t hugetlb_usage; #endif -#ifdef CONFIG_MSM_APP_SETTINGS - int app_setting; -#endif - }; static inline void mm_init_cpumask(struct mm_struct *mm) -- cgit v1.2.3