icnss2: Update ccflags in Makefile

Add -Wmissing-prototypes ccflag for platform driver.

Change-Id: Ia375eae383fa64d0f477f3a1e2c4444ff2884ef7
CRs-Fixed: 3844455
This commit is contained in:
Shashank Reddy Vulupala
2024-06-21 17:09:17 +05:30
committed by Ravindra Konda
parent 234bc26709
commit f69aced6b8
14 changed files with 45 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2012,2014-2017,2019-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <linux/module.h>
@@ -182,7 +182,7 @@ static void cnss_pool_deinit(void)
}
}
void cnss_assign_prealloc_pool(unsigned long device_id)
static void cnss_assign_prealloc_pool(unsigned long device_id)
{
pr_info("cnss_prealloc: assign cnss pool for device id 0x%lx", device_id);