diff options
author | Lorenzo Bianconi <lorenzo.bianconi@redhat.com> | 2019-01-10 12:14:04 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-01-11 15:10:19 +0100 |
commit | 3121742915b552f1994775f9d34512ccc0a82e66 (patch) | |
tree | 5963562a6f91509c2f5e8ba6e3b7890ecec0042e | |
parent | mt76: dma: avoid indirect call in mt76_dma_tx_queue_skb (diff) | |
download | linux-3121742915b552f1994775f9d34512ccc0a82e66.tar.xz linux-3121742915b552f1994775f9d34512ccc0a82e66.zip |
mt76: use proper name for __MT76x02_H macro
Use proper name for __MT76x02_H macro in mt76x02.h
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | drivers/net/wireless/mediatek/mt76/mt76x02.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/mediatek/mt76/mt76x02.h b/drivers/net/wireless/mediatek/mt76/mt76x02.h index f594e8c82500..d8bd0509a790 100644 --- a/drivers/net/wireless/mediatek/mt76/mt76x02.h +++ b/drivers/net/wireless/mediatek/mt76/mt76x02.h @@ -15,8 +15,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifndef __MT76X02_UTIL_H -#define __MT76X02_UTIL_H +#ifndef __MT76x02_H +#define __MT76x02_H #include <linux/kfifo.h> @@ -238,4 +238,4 @@ mt76x02_rx_get_sta_wcid(struct mt76x02_sta *sta, bool unicast) return &sta->vif->group_wcid; } -#endif +#endif /* __MT76x02_H */ |