|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2022-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
|
|
@@ -26,7 +26,6 @@
|
|
|
* wlan_wcnss/pattern_gen to configure periodic TX patterns.
|
|
|
*/
|
|
|
|
|
|
-#ifdef WLAN_OPEN_SOURCE
|
|
|
#include "osif_sync.h"
|
|
|
#include <wlan_hdd_includes.h>
|
|
|
#include <wlan_hdd_debugfs.h>
|
|
@@ -570,4 +569,3 @@ void hdd_debugfs_exit(struct hdd_adapter *adapter)
|
|
|
{
|
|
|
debugfs_remove_recursive(adapter->debugfs_phy);
|
|
|
}
|
|
|
-#endif /* #ifdef WLAN_OPEN_SOURCE */
|