aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/ti/phy-tusb1210.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/ti/phy-tusb1210.c')
-rw-r--r--drivers/phy/ti/phy-tusb1210.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/phy/ti/phy-tusb1210.c b/drivers/phy/ti/phy-tusb1210.c
index 329fb938099a..d8d0cc11d187 100644
--- a/drivers/phy/ti/phy-tusb1210.c
+++ b/drivers/phy/ti/phy-tusb1210.c
@@ -1,13 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/** 2/**
2 * tusb1210.c - TUSB1210 USB ULPI PHY driver 3 * tusb1210.c - TUSB1210 USB ULPI PHY driver
3 * 4 *
4 * Copyright (C) 2015 Intel Corporation 5 * Copyright (C) 2015 Intel Corporation
5 * 6 *
6 * Author: Heikki Krogerus <heikki.krogerus@linux.intel.com> 7 * Author: Heikki Krogerus <heikki.krogerus@linux.intel.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 */ 8 */
12#include <linux/module.h> 9#include <linux/module.h>
13#include <linux/ulpi/driver.h> 10#include <linux/ulpi/driver.h>