aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiming Sun <lsun@mellanox.com>2019-01-18 13:12:06 -0500
committerUlf Hansson <ulf.hansson@linaro.org>2019-01-22 02:46:20 -0500
commitf3716b8ae9347797b73896725f192c3a7b0069b5 (patch)
tree88f8bdb8ee3396710b15df69992d9cd0c15d9fd9
parent71e3e00c96efa851b2d5d3a3731711f9cc958b5b (diff)
mmc: dw_mmc-bluefield: : Fix the license information
The SPDX license identifier and the boiler plate text are contradicting. Only the SPDX license identifier is needed. The other one is removed. Fixes: 86958dcc5ad7 ("mmc: dw_mmc-bluefield: Add driver extension") Cc: stable@vger.kernel.org Reviewed-by: David Woods <dwoods@mellanox.com> Signed-off-by: Liming Sun <lsun@mellanox.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--drivers/mmc/host/dw_mmc-bluefield.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mmc/host/dw_mmc-bluefield.c b/drivers/mmc/host/dw_mmc-bluefield.c
index ed8f2254b66a..aa38b1a8017e 100644
--- a/drivers/mmc/host/dw_mmc-bluefield.c
+++ b/drivers/mmc/host/dw_mmc-bluefield.c
@@ -1,11 +1,6 @@
1// SPDX-License-Identifier: GPL-2.0 1// SPDX-License-Identifier: GPL-2.0
2/* 2/*
3 * Copyright (C) 2018 Mellanox Technologies. 3 * Copyright (C) 2018 Mellanox Technologies.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 */ 4 */
10 5
11#include <linux/bitfield.h> 6#include <linux/bitfield.h>