Skip to content

Commit

Permalink
power: supply: s3c_adc_battery: add SPDX license identifier
Browse files Browse the repository at this point in the history
Add SPDX license identifier and replace license boilerplate.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
  • Loading branch information
krzk authored and sre committed Mar 6, 2021
1 parent f05d293 commit d6ce6e8
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions drivers/power/supply/s3c_adc_battery.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
/*
* iPAQ h1930/h1940/rx1950 battery controller driver
* Copyright (c) Vasily Khoruzhick
* Based on h1940_battery.c by Arnaud Patard
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file COPYING in the main directory of this archive for
* more details.
*
*/
// SPDX-License-Identifier: GPL-2.0
//
// iPAQ h1930/h1940/rx1950 battery controller driver
// Copyright (c) Vasily Khoruzhick
// Based on h1940_battery.c by Arnaud Patard

#include <linux/interrupt.h>
#include <linux/platform_device.h>
Expand Down

0 comments on commit d6ce6e8

Please sign in to comment.