From d7b2fdce629bce074b0157d1e19c85601b452495 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Fri, 7 Mar 2014 13:46:39 -0800 Subject: 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 --- CORE/VOSS/src/vos_power.c | 10 +--------- 1 file changed, 1 insertion(+), 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 - -#ifdef MSM_PLATFORM -#include -#include -#include -#include -#endif //MSM_PLATFORM - #include //To work around issues of fail to turn WIFI back on after turning it off -- cgit v1.2.3