qcacmn: Include relevant header-file

Include relevant header-file to use QDF_BUG macro.

Change-Id: I9ad43a05410cf6641f76a94e0e9f40e323997c50
This commit is contained in:
Debasis Das
2021-01-26 00:32:02 +05:30
committed by snandini
parent 74efc61848
commit eba308d926
2 changed files with 2 additions and 3 deletions

View File

@@ -58,8 +58,6 @@ __qal_bridge_fdb_delete_by_netdev(__qal_netdev_t dev,
const unsigned char *addr, uint16_t vid)
{
/* Use 5.4-specific API */
qdf_info("Needs alternative implementation");
return QDF_STATUS_SUCCESS;
}
#else

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2014-2019,2021 The Linux Foundation. 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
@@ -29,6 +29,7 @@
#include <linux/timer.h>
#include <linux/jiffies.h>
#include <qdf_types.h>
#include <i_qdf_trace.h>
/* hrtimer data type */
typedef struct {