forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
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