From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Wed, 17 Aug 2016 14:10:40 +0800 Subject: [U-Boot] [PATCH 1/4] rk3399: add a empty "sys_proto.h" header file In-Reply-To: <1471341825-5000-2-git-send-email-kever.yang@rock-chips.com> References: <1471341825-5000-1-git-send-email-kever.yang@rock-chips.com> <1471341825-5000-2-git-send-email-kever.yang@rock-chips.com> Message-ID: <57B3FFE0.9060500@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de + Simon, On 08/16/2016 06:03 PM, Kever Yang wrote: > 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 > --- > > arch/arm/include/asm/arch-rockchip/sys_proto.h | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 arch/arm/include/asm/arch-rockchip/sys_proto.h > > 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 0000000..35423e1 > --- /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 */