u-boot/arch/sh/include/asm/unaligned.h
Jens Wiklander 23a3385185 sh: use asm-generic/unaligned.h
Sh essentially duplicates the content of asm-generic/unaligned.h, so use
that file directly instead.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
2023-05-31 14:05:34 -04:00

2 lines
74 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#include <asm-generic/unaligned.h>