mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 09:35:11 +07:00
f0553ca9ce
Use SPDX identifiers everywhere in ath10k.
Makefile was incorrectly marked in commit b24413180f
("License cleanup: add
SPDX GPL-2.0 license identifier to files with no license"), fix that as well.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
10 lines
159 B
C
10 lines
159 B
C
// SPDX-License-Identifier: ISC
|
|
/*
|
|
* Copyright (c) 2012 Qualcomm Atheros, Inc.
|
|
*/
|
|
|
|
#include <linux/module.h>
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "trace.h"
|