aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/btree-type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/btree-type.h')
-rw-r--r--include/linux/btree-type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/btree-type.h b/include/linux/btree-type.h
index 9a1147ef8563..fb34a52c788b 100644
--- a/include/linux/btree-type.h
+++ b/include/linux/btree-type.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx
#define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx)
#define BTREE_TP(pfx) _BTREE_TP(pfx, BTREE_TYPE_SUFFIX,)