Remove the unnecessary __attribute__ ((packed)) since the enum itself is
packed and not the location of it in the structure.
Signed-off-by: Jan Blunck <[email protected]>
Jan Blunck <[email protected]> wrote:
> Remove the unnecessary __attribute__ ((packed)) since the enum itself is
> packed and not the location of it in the structure.
Fair enough.
David