From eba308d92636f4ea8d9dad880062225d92497db2 Mon Sep 17 00:00:00 2001 From: Debasis Das Date: Tue, 26 Jan 2021 00:32:02 +0530 Subject: [PATCH] qcacmn: Include relevant header-file Include relevant header-file to use QDF_BUG macro. Change-Id: I9ad43a05410cf6641f76a94e0e9f40e323997c50 --- qal/linux/src/i_qal_bridge.h | 2 -- qdf/linux/src/i_qdf_hrtimer.h | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/qal/linux/src/i_qal_bridge.h b/qal/linux/src/i_qal_bridge.h index 2b365e95b1..6412bd4344 100644 --- a/qal/linux/src/i_qal_bridge.h +++ b/qal/linux/src/i_qal_bridge.h @@ -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 diff --git a/qdf/linux/src/i_qdf_hrtimer.h b/qdf/linux/src/i_qdf_hrtimer.h index 00055036f9..811e4b6b23 100644 --- a/qdf/linux/src/i_qdf_hrtimer.h +++ b/qdf/linux/src/i_qdf_hrtimer.h @@ -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 #include #include +#include /* hrtimer data type */ typedef struct {