.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * omap_control_phy.h - Header file for the PHY part of control module. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com |
---|
5 | | - * This program is free software; you can redistribute it and/or modify |
---|
6 | | - * it under the terms of the GNU General Public License as published by |
---|
7 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
8 | | - * (at your option) any later version. |
---|
9 | | - * |
---|
10 | 6 | * Author: Kishon Vijay Abraham I <kishon@ti.com> |
---|
11 | | - * |
---|
12 | | - * This program is distributed in the hope that it will be useful, |
---|
13 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
14 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
15 | | - * GNU General Public License for more details. |
---|
16 | | - * |
---|
17 | 7 | */ |
---|
18 | 8 | |
---|
19 | 9 | #ifndef __OMAP_CONTROL_PHY_H__ |
---|