On 22 October 2013 15:16,  <alex.ben...@linaro.org> wrote:
> +typedef struct {
> +    SysBusDevice parent_obj;
> +
> +    MemoryRegion iomem;
> +
> +    uint32_t alpha;
> +    uint32_t leds;
> +    uint32_t switches;
> +} IntegratorDebugState

You forgot to remove these unused fields. I've done so
and added that slightly-edited patch to target-arm.next.

thanks
-- PMM

Reply via email to