From: Kever Yang Date: Thu, 1 Sep 2016 02:14:20 +0000 (+0800) Subject: rk3399: add a empty "sys_proto.h" header file X-Git-Tag: v2016.11-rc1~109^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4a79ececebdaee108a6f18ddb5684e2590fa2de6;p=u-boot rk3399: add a empty "sys_proto.h" header file driver/usb/dwc3/gadget.c need a "sys_proto.h" header file, add a empty one to make compile success. Signed-off-by: Kever Yang Acked-by: Simon Glass --- diff --git a/arch/arm/include/asm/arch-rockchip/sys_proto.h b/arch/arm/include/asm/arch-rockchip/sys_proto.h new file mode 100644 index 0000000000..35423e1ba0 --- /dev/null +++ b/arch/arm/include/asm/arch-rockchip/sys_proto.h @@ -0,0 +1,10 @@ +/* + * (C) Copyright 2016 Rockchip Electronics Co.,Ltd + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _ASM_ARCH_SYS_PROTO_H +#define _ASM_ARCH_SYS_PROTO_H + +#endif /* _ASM_ARCH_SYS_PROTO_H */