| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2011-2012, Meador Inge, Mentor Graphics Corporation. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Some ideas based on un-pushed work done by Vivek Mahajan, Jason Jin, and |
|---|
| 5 | 6 | * Mingkai Hu from Freescale Semiconductor, Inc. |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or |
|---|
| 8 | | - * modify it under the terms of the GNU General Public License |
|---|
| 9 | | - * as published by the Free Software Foundation; version 2 of the |
|---|
| 10 | | - * License. |
|---|
| 11 | | - * |
|---|
| 12 | 7 | */ |
|---|
| 13 | 8 | |
|---|
| 14 | 9 | #include <linux/list.h> |
|---|