Commit 1b198233 authored by Johannes Berg's avatar Johannes Berg
Browse files

cfg80211: pmsr: remove useless ifdef guards



This isn't a header file, I guess I must've copied from
the header file and forgotten to remove the guards.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20220202104617.330d03623b08.Idda91cd6f1c7bd865a50c47d408e5cdab0fd951f@changeid


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent ae962e5f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
/*
 * Copyright (C) 2018 - 2021 Intel Corporation
 */
#ifndef __PMSR_H
#define __PMSR_H
#include <net/cfg80211.h>
#include "core.h"
#include "nl80211.h"
@@ -661,5 +659,3 @@ void cfg80211_release_pmsr(struct wireless_dev *wdev, u32 portid)
	}
	spin_unlock_bh(&wdev->pmsr_lock);
}

#endif /* __PMSR_H */