| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2004 by Jan-Benedict Glaw <jbglaw@lug-owl.de> |
|---|
| 3 | 4 | */ |
|---|
| .. | .. |
|---|
| 46 | 47 | */ |
|---|
| 47 | 48 | |
|---|
| 48 | 49 | /* |
|---|
| 49 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 50 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 51 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 52 | | - * (at your option) any later version. |
|---|
| 53 | | - * |
|---|
| 54 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 55 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 56 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 57 | | - * GNU General Public License for more details. |
|---|
| 58 | | - * |
|---|
| 59 | | - * You should have received a copy of the GNU General Public License |
|---|
| 60 | | - * along with this program; if not, write to the Free Software |
|---|
| 61 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|---|
| 62 | 50 | */ |
|---|
| 63 | 51 | |
|---|
| 64 | 52 | #include <linux/delay.h> |
|---|