diff options
Diffstat (limited to 'arch/arc/kernel/unaligned.c')
-rw-r--r-- | arch/arc/kernel/unaligned.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arc/kernel/unaligned.c b/arch/arc/kernel/unaligned.c index 5f69c3bd59bb..d63ebd81f1c6 100644 --- a/arch/arc/kernel/unaligned.c +++ b/arch/arc/kernel/unaligned.c | |||
@@ -1,14 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011-2012 Synopsys (www.synopsys.com) | 3 | * Copyright (C) 2011-2012 Synopsys (www.synopsys.com) |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * vineetg : May 2011 | 5 | * vineetg : May 2011 |
9 | * -Adapted (from .26 to .35) | 6 | * -Adapted (from .26 to .35) |
10 | * -original contribution by Tim.yao@amlogic.com | 7 | * -original contribution by Tim.yao@amlogic.com |
11 | * | ||
12 | */ | 8 | */ |
13 | 9 | ||
14 | #include <linux/types.h> | 10 | #include <linux/types.h> |