aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/dw_apb_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clocksource/dw_apb_timer.c')
-rw-r--r--drivers/clocksource/dw_apb_timer.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/clocksource/dw_apb_timer.c b/drivers/clocksource/dw_apb_timer.c
index 1f5f734e4919..654766538f93 100644
--- a/drivers/clocksource/dw_apb_timer.c
+++ b/drivers/clocksource/dw_apb_timer.c
@@ -1,13 +1,10 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * (C) Copyright 2009 Intel Corporation 3 * (C) Copyright 2009 Intel Corporation
3 * Author: Jacob Pan (jacob.jun.pan@intel.com) 4 * Author: Jacob Pan (jacob.jun.pan@intel.com)
4 * 5 *
5 * Shared with ARM platforms, Jamie Iles, Picochip 2011 6 * Shared with ARM platforms, Jamie Iles, Picochip 2011
6 * 7 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 *
11 * Support for the Synopsys DesignWare APB Timers. 8 * Support for the Synopsys DesignWare APB Timers.
12 */ 9 */
13#include <linux/dw_apb_timer.h> 10#include <linux/dw_apb_timer.h>