1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

fix compiler warning

SVN-Revision: 9933
This commit is contained in:
Gabor Juhos 2007-12-26 20:55:18 +00:00
parent ec849ba7c8
commit ab473bd48f

@ -42,8 +42,6 @@ static int rb_found;
static int __init routerboot_load_hs(u8 *buf, u16 buflen)
{
u16 id, len;
u8 *mac;
int i, j;
memset(&rb_hs, 0, sizeof(rb_hs));