genl: fix duplicate include guard

Found by LGTM.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger
2022-06-02 14:38:06 -07:00
parent 703f2de6f5
commit a44a791860

View File

@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _TC_UTIL_H_
#define _TC_UTIL_H_ 1
#ifndef _GENL_UTILS_H_
#define _GENL_UTILS_H_ 1
#include <linux/genetlink.h>
#include "utils.h"