Browse Source

qcacmn: Include relevant header-file

Include relevant header-file to use QDF_BUG macro.

Change-Id: I9ad43a05410cf6641f76a94e0e9f40e323997c50
Debasis Das 4 years ago
parent
commit
eba308d926
2 changed files with 2 additions and 3 deletions
  1. 0 2
      qal/linux/src/i_qal_bridge.h
  2. 2 1
      qdf/linux/src/i_qdf_hrtimer.h

+ 0 - 2
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

+ 2 - 1
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 <linux/timer.h>
 #include <linux/jiffies.h>
 #include <qdf_types.h>
+#include <i_qdf_trace.h>
 
 /* hrtimer data type */
 typedef struct {