diff options
author | Scott Branden <scott.branden@broadcom.com> | 2017-06-02 20:52:21 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-06-09 11:09:43 +0200 |
commit | 18f75c0a978ac7a42af06cd6e114c9a8c87fd28a (patch) | |
tree | 7bf3eae6b1c79854d3c56371da8f5a359fbb2b44 /drivers/pinctrl/bcm/pinctrl-bcm281xx.c | |
parent | pinctrl: sunxi: constify irq_domain_ops (diff) | |
download | linux-18f75c0a978ac7a42af06cd6e114c9a8c87fd28a.tar.xz linux-18f75c0a978ac7a42af06cd6e114c9a8c87fd28a.zip |
pinctrl: bcm: cleanup Broadcom license headers
Use consistent license headers for Broadcom files by
placing additional comments outside of standard legal header.
Also, update legal header to 2017 format as "Broadcom Corporation"
has changed to "Broadcom".
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/bcm/pinctrl-bcm281xx.c')
-rw-r--r-- | drivers/pinctrl/bcm/pinctrl-bcm281xx.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/pinctrl/bcm/pinctrl-bcm281xx.c b/drivers/pinctrl/bcm/pinctrl-bcm281xx.c index e630f4d5f4c7..a7cceffcedfa 100644 --- a/drivers/pinctrl/bcm/pinctrl-bcm281xx.c +++ b/drivers/pinctrl/bcm/pinctrl-bcm281xx.c @@ -1,11 +1,5 @@ /* - * Broadcom BCM281xx pinctrl driver - * - * Author(s): - * Sherman Yin <syin@broadcom.com> - * Broadcom Corporation <bcm-kernel-feedback-list@broadcom.com> - * - * Copyright (C) 2013 Broadcom Corporation + * Copyright (C) 2013-2017 Broadcom * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -16,6 +10,7 @@ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ + #include <linux/err.h> #include <linux/io.h> #include <linux/init.h> |