tools: renesas_spkgimage.h: use linux/compiler_attributes.h
authorPhilippe Reynes <philippe.reynes@softathome.com>
Thu, 19 Dec 2024 13:05:47 +0000 (14:05 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 18 Jan 2025 23:12:47 +0000 (17:12 -0600)
commitf88ccd32b5e566104c9e65f1c576125895214f10
treeea04e3e89e1663b8c4dc4997d77a3f853a21118a
parenteec32a35d74f8457fcf05d6f3752250fbae7bd5c
tools: renesas_spkgimage.h: use linux/compiler_attributes.h

The attribute __packed was defined in the file
tools/renesas_spkgimage.h but this attribute is
already defined in linux/compiler_attributes.h.
So we include <linux/compiler_attributes.h.h>
and do not define __packed.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
tools/renesas_spkgimage.h