Skip to content

Commit

Permalink
gpio: madera: Fixup SPDX headers
Browse files Browse the repository at this point in the history
GPL-2.0-only is the preferred way of expressing v2 of the GPL, so switch
to that and remove some redundant copyright notices.

Signed-off-by: Charles Keepax <[email protected]>
Signed-off-by: Bartosz Golaszewski <[email protected]>
  • Loading branch information
charleskeepax authored and brgl committed Jun 26, 2019
1 parent 2674700 commit 690499d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers/gpio/gpio-madera.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
// SPDX-License-Identifier: GPL-2.0-only
/*
* GPIO support for Cirrus Logic Madera codecs
*
* Copyright (C) 2015-2018 Cirrus Logic
*
* 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; version 2.
*/

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

0 comments on commit 690499d

Please sign in to comment.