diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-10-24 06:57:06 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-11-14 17:29:34 -0500 |
commit | 37fa70f026474db98fc395a45eda2bbceb210c74 (patch) | |
tree | 19b78a423d37d76139d8f1b0a57832148ab219b7 | |
parent | 29ce9feb65d377ea24cb0d3aabc63b090e56c152 (diff) |
leds: delete copy/paste mistake
A chunk of text followed the copied license text, ehm, sorry
that kind of things happen from time to time.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
-rw-r--r-- | drivers/leds/leds-syscon.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/leds/leds-syscon.c b/drivers/leds/leds-syscon.c index 3afec79c43f4..e0ccfc872c2f 100644 --- a/drivers/leds/leds-syscon.c +++ b/drivers/leds/leds-syscon.c | |||
@@ -18,10 +18,6 @@ | |||
18 | * along with this program; if not, write to the Free Software | 18 | * along with this program; if not, write to the Free Software |
19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
20 | * MA 02111-1307 USA | 20 | * MA 02111-1307 USA |
21 | * | ||
22 | * This driver provides system reboot functionality for APM X-Gene SoC. | ||
23 | * For system shutdown, this is board specify. If a board designer | ||
24 | * implements GPIO shutdown, use the gpio-poweroff.c driver. | ||
25 | */ | 21 | */ |
26 | #include <linux/io.h> | 22 | #include <linux/io.h> |
27 | #include <linux/of_device.h> | 23 | #include <linux/of_device.h> |