Skip to content

Commit

Permalink
gpio: vx855: Cut down on boilerplate
Browse files Browse the repository at this point in the history
Just use the SPDX header for the license.

Cc: Daniel Drake <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
linusw committed Sep 17, 2018
1 parent 3bca2d4 commit c872a20
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions drivers/gpio/gpio-vx855.c
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Linux GPIOlib driver for the VIA VX855 integrated southbridge GPIO
*
* Copyright (C) 2009 VIA Technologies, Inc.
* Copyright (C) 2010 One Laptop per Child
* Author: Harald Welte <[email protected]>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
*/

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/gpio/driver.h>
Expand Down

0 comments on commit c872a20

Please sign in to comment.