genl: fix duplicate include guard
Found by LGTM. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user