Sfoglia il codice sorgente

qcacmn: epping: Remove use of WLAN_OPEN_SOURCE

The macro WLAN_OPEN_SOURCE served a legacy purpose which is no longer
required, so remove the usage.

Change-Id: I28c8225d6a9d132f2492665463be385ad139864c
CRs-Fixed: 3463713
Jeff Johnson 2 anni fa
parent
commit
8b0dc8c2bb
1 ha cambiato i file con 6 aggiunte e 12 eliminazioni
  1. 6 12
      utils/epping/inc/epping_internal.h

+ 6 - 12
utils/epping/inc/epping_internal.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2014-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -18,24 +19,17 @@
 
 #ifndef EPPING_INTERNAL_H
 #define EPPING_INTERNAL_H
-/**===========================================================================
-
-   \file  epping_internal.h
-
-   \brief Linux epping internal head file
-
-   ==========================================================================*/
-
-/*---------------------------------------------------------------------------
-   Include files
-   -------------------------------------------------------------------------*/
+/**
+ * DOC: epping_internal.h
+ *      Linux epping internal head file
+ */
 
 #include <linux/netdevice.h>
 #include <linux/skbuff.h>
 #include <linux/spinlock.h>
 #include <linux/kthread.h>
 #include <linux/semaphore.h>
-#if defined(WLAN_OPEN_SOURCE) && defined(CONFIG_HAS_WAKELOCK)
+#if defined(CONFIG_HAS_WAKELOCK)
 #include <linux/wakelock.h>
 #endif
 #include "htc_api.h"