forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
kernel/include/linux/klist.h
....@@ -1,12 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * klist.h - Some generic list helpers, extending struct list_head a bit.
34 *
45 * Implementations are found in lib/klist.c
56 *
6
- *
77 * Copyright (C) 2005 Patrick Mochel
8
- *
9
- * This file is rleased under the GPL v2.
108 */
119
1210 #ifndef _LINUX_KLIST_H