batman-adv: Add required includes to all files
[deliverable/linux.git] / net / batman-adv / debugfs.h
index ed25605ca7324f956458fe820081affcadd9f205..187acdc85dfaf2e69458372cf85381f253c21499 100644 (file)
 #ifndef _NET_BATMAN_ADV_DEBUGFS_H_
 #define _NET_BATMAN_ADV_DEBUGFS_H_
 
+#include "main.h"
+
+#include <linux/kconfig.h>
+
+struct batadv_hard_iface;
+struct net_device;
+
 #define BATADV_DEBUGFS_SUBDIR "batman_adv"
 
 #if IS_ENABLED(CONFIG_DEBUG_FS)
This page took 0.044196 seconds and 5 git commands to generate.