summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-samsung.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm-samsung.c')
-rw-r--r--drivers/pwm/pwm-samsung.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/pwm/pwm-samsung.c b/drivers/pwm/pwm-samsung.c
index 6674e1e80175..87a886f7dc2f 100644
--- a/drivers/pwm/pwm-samsung.c
+++ b/drivers/pwm/pwm-samsung.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * Copyright (c) 2007 Ben Dooks 3 * Copyright (c) 2007 Ben Dooks
3 * Copyright (c) 2008 Simtec Electronics 4 * Copyright (c) 2008 Simtec Electronics
@@ -6,10 +7,6 @@
6 * Copyright (c) 2017 Samsung Electronics Co., Ltd. 7 * Copyright (c) 2017 Samsung Electronics Co., Ltd.
7 * 8 *
8 * PWM driver for Samsung SoCs 9 * PWM driver for Samsung SoCs
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License.
13 */ 10 */
14 11
15#include <linux/bitops.h> 12#include <linux/bitops.h>