aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2018-07-02 14:12:13 -0400
committerJacek Anaszewski <jacek.anaszewski@gmail.com>2018-07-03 16:26:47 -0400
commit43d20ff3633112322de38c18b4b35bbbf04438d7 (patch)
treee730535d183ace54a4d8108bb3123ee21894090f
parent7a5de56db902ea632a0ff0c2b47481d278db645f (diff)
leds: lm3692x: Update license header to SPDX
Update the license header to the current SPDX licensing format. Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
-rw-r--r--drivers/leds/leds-lm3692x.c17
1 files changed, 3 insertions, 14 deletions
diff --git a/drivers/leds/leds-lm3692x.c b/drivers/leds/leds-lm3692x.c
index 437173d1712c..e518ae36f410 100644
--- a/drivers/leds/leds-lm3692x.c
+++ b/drivers/leds/leds-lm3692x.c
@@ -1,17 +1,6 @@
1/* 1// SPDX-License-Identifier: GPL-2.0
2 * TI lm3692x LED Driver 2// TI LM3692x LED chip family driver
3 * 3// Copyright (C) 2017-18 Texas Instruments Incorporated - http://www.ti.com/
4 * Copyright (C) 2017 Texas Instruments
5 *
6 * Author: Dan Murphy <dmurphy@ti.com>
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * version 2 as published by the Free Software Foundation.
11 *
12 * Data sheet is located
13 * http://www.ti.com/lit/ds/snvsa29/snvsa29.pdf
14 */
15 4
16#include <linux/gpio/consumer.h> 5#include <linux/gpio/consumer.h>
17#include <linux/i2c.h> 6#include <linux/i2c.h>