summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@qca.qualcomm.com>2014-03-07 13:46:39 -0800
committerNandini Suresh <snandini@qca.qualcomm.com>2014-03-08 23:00:52 -0800
commitd7b2fdce629bce074b0157d1e19c85601b452495 (patch)
treef1ff6fe3d8c652b13aa3942eee16e45f432fe181
parentd4b14f8edd28a076bdcd2e92e273ff38c9fe740f (diff)
wlan: qcacld: Remove dependency on obsolete mpp.h header file
When the qcacld-new driver is built on the 64-bit development branch vos_power.c does not compile due to missing header files. The header files being included are not actually used, so remove the includes. Change-Id: Ibe91091ae3d8d3a4d55fd5717cc5dd8e3e113612 CRs-fixed: 628266
-rw-r--r--CORE/VOSS/src/vos_power.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/CORE/VOSS/src/vos_power.c b/CORE/VOSS/src/vos_power.c
index f1e13e6d9a09..7c05c6e0d426 100644
--- a/CORE/VOSS/src/vos_power.c
+++ b/CORE/VOSS/src/vos_power.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2014 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -58,14 +58,6 @@ when who what, where, why
===========================================================================*/
#include <vos_power.h>
-
-#ifdef MSM_PLATFORM
-#include <mach/mpp.h>
-#include <mach/vreg.h>
-#include <linux/err.h>
-#include <linux/delay.h>
-#endif //MSM_PLATFORM
-
#include <vos_sched.h>
//To work around issues of fail to turn WIFI back on after turning it off