diff options
Diffstat (limited to 'arch/sh/boot/compressed/ashldi3.c')
-rw-r--r-- | arch/sh/boot/compressed/ashldi3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boot/compressed/ashldi3.c b/arch/sh/boot/compressed/ashldi3.c index 7cebd646df83..7c1212170230 100644 --- a/arch/sh/boot/compressed/ashldi3.c +++ b/arch/sh/boot/compressed/ashldi3.c @@ -1,2 +1,2 @@ -// SPDX-License-Identifier: GPL-2.0-only -#include "../../lib/ashldi3.c" +// SPDX-License-Identifier: GPL-2.0-or-later +#include "../../../../lib/ashldi3.c" |