diff options
Diffstat (limited to 'drivers/mailbox/platform_mhu.c')
| -rw-r--r-- | drivers/mailbox/platform_mhu.c | 10 | 
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/mailbox/platform_mhu.c b/drivers/mailbox/platform_mhu.c index d2502c5be130..b6e34952246b 100644 --- a/drivers/mailbox/platform_mhu.c +++ b/drivers/mailbox/platform_mhu.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * Copyright (C) 2016 BayLibre SAS.   * Author: Neil Armstrong <[email protected]> @@ -5,15 +6,6 @@   * Copyright (C) 2013-2015 Fujitsu Semiconductor Ltd.   * Copyright (C) 2015 Linaro Ltd.   * Author: Jassi Brar <[email protected]> - * - * 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 of the License. - * - * 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.   */  #include <linux/interrupt.h>  |