Change all files to add SPDX license identifiers and remove license text. This is only an administrative change, there is no change in actual license or copyright for any file. Signed-off-by: Lior David <liord@codeaurora.org> Signed-off-by: Maya Erez <merez@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
10 lines
159 B
C
10 lines
159 B
C
// SPDX-License-Identifier: ISC
|
|
/*
|
|
* Copyright (c) 2013 Qualcomm Atheros, Inc.
|
|
*/
|
|
|
|
#include <linux/module.h>
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "trace.h"
|