Re: [PATCH] usb: LLVMLinux: Remove VLAIS from USB gadget

From: Behan Webster
Date: Mon Sep 23 2013 - 19:08:39 EST


On 09/23/13 18:53, charlebm@xxxxxxxxx wrote:
From: Mark Charlebois <charlebm@xxxxxxxxx>


The use of variable length arrays in structs (VLAIS) in the Linux Kernel code
precludes the use of compilers which don't implement VLAIS (for instance the
Clang compiler). This patch removes the use of VLAIS in the gadget driver.

This version has been tested to compile cleanly.

Signed-off-by: Mark Charlebois <charlebm@xxxxxxxxx>
Signed-off-by: Behan Webster <behanw@xxxxxxxxxxxxxxxxxx>

This is the fixed patch which was sent to Andrzej Pietrasiewicz.

Behan

--
Behan Webster
behanw@xxxxxxxxxxxxxxxxxx

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/