diff options
| -rw-r--r-- | drivers/net/can/at91_can.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/can/at91_can.c b/drivers/net/can/at91_can.c index d98c69045b17..1d4075903971 100644 --- a/drivers/net/can/at91_can.c +++ b/drivers/net/can/at91_can.c | |||
| @@ -1,13 +1,9 @@ | |||
| 1 | // SPDX-License-Identifier: GPL-2.0-only | ||
| 1 | /* | 2 | /* |
| 2 | * at91_can.c - CAN network driver for AT91 SoC CAN controller | 3 | * at91_can.c - CAN network driver for AT91 SoC CAN controller |
| 3 | * | 4 | * |
| 4 | * (C) 2007 by Hans J. Koch <hjk@hansjkoch.de> | 5 | * (C) 2007 by Hans J. Koch <hjk@hansjkoch.de> |
| 5 | * (C) 2008, 2009, 2010, 2011 by Marc Kleine-Budde <kernel@pengutronix.de> | 6 | * (C) 2008, 2009, 2010, 2011 by Marc Kleine-Budde <kernel@pengutronix.de> |
| 6 | * | ||
| 7 | * This software may be distributed under the terms of the GNU General | ||
| 8 | * Public License ("GPL") version 2 as distributed in the 'COPYING' | ||
| 9 | * file from the main directory of the linux kernel source. | ||
| 10 | * | ||
| 11 | */ | 7 | */ |
| 12 | 8 | ||
| 13 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |
