summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Girigowda <sgirigow@codeaurora.org>2017-03-24 23:24:23 -0700
committerSandeep Puligilla <spuligil@codeaurora.org>2017-03-31 16:01:31 -0700
commitfbad86eb78ee8311cc96816da052c3f44b521478 (patch)
tree200974081f9ad7b67b53e4341e20ece53e4c9d5f
parentfc5b834970364a3cb1a9248f1bd64e403595473f (diff)
qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_includes.h
Fix kernel checkpatch warnings in wlan_hdd_includes.h. Change-Id: I458da39f09fd7825c75cae32bab9c5468d605a57 CRs-Fixed: 2024274
-rw-r--r--core/hdd/inc/wlan_hdd_includes.h25
1 files changed, 6 insertions, 19 deletions
diff --git a/core/hdd/inc/wlan_hdd_includes.h b/core/hdd/inc/wlan_hdd_includes.h
index 4eead672404f..1a89e405ace3 100644
--- a/core/hdd/inc/wlan_hdd_includes.h
+++ b/core/hdd/inc/wlan_hdd_includes.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, 2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2014, 2016-2017 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -28,21 +28,11 @@
#if !defined(HDD_INCLUDES_H__)
#define HDD_INCLUDES_H__
-/**===========================================================================
-
- \file wlan_hdd_includes.h
-
- \brief Internal includes for the Linux HDD
-
- ==========================================================================*/
-
-/* $HEADER$ */
-
-/*---------------------------------------------------------------------------
- Include files
- -------------------------------------------------------------------------*/
-
-/* throw all the includes in here f to get the .c files in the HDD to compile. */
+/**
+ * DOC: wlan_hdd_includes.h
+ *
+ * Internal includes for the Linux HDD
+ */
#include <linux/version.h>
#include <linux/module.h>
@@ -58,10 +48,7 @@
#include "wlan_hdd_main.h"
#include "wlan_hdd_tx_rx.h"
-
#ifdef FEATURE_OEM_DATA_SUPPORT
-/*include for oem data req specific structures*/
-/*and function declarations*/
#include "wlan_hdd_oemdata.h"
#endif