build: Remove packed attribute from data structs
Created by: jimqui01
This patch removes the __attribute((packed)) from all data structs. The attribute is not required as all structs have correct internal alignment.
Change-Id: I038e7c4e661133a8ee4915eb8abb45086145b93e Signed-off-by: Jim Quigley jim.quigley@arm.com