X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=net%2Fbatman-adv%2Fdebugfs.h;h=e49121ee55f696547ddc9774ba6c425af2d49b57;hp=1ab4e2e63afc885d124a16d50c10707e9ab9615a;hb=97139d4a6f26445de47b378cddd5192c0278f863;hpb=89a82a9218fabd753979847f494565f1fa91d7a8 diff --git a/net/batman-adv/debugfs.h b/net/batman-adv/debugfs.h index 1ab4e2e63afc..e49121ee55f6 100644 --- a/net/batman-adv/debugfs.h +++ b/net/batman-adv/debugfs.h @@ -20,13 +20,11 @@ #include "main.h" -#include - struct net_device; #define BATADV_DEBUGFS_SUBDIR "batman_adv" -#if IS_ENABLED(CONFIG_DEBUG_FS) +#if IS_ENABLED(CONFIG_BATMAN_ADV_DEBUGFS) void batadv_debugfs_init(void); void batadv_debugfs_destroy(void);