mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The __packed attribute is used without including the necessary zt_common.h header, add it. Note that luckily the struct as it currently exists doesn't actually required __packed as the natural alignment leaves no holes. Still if in the future the reserved field is split up it would need it and this keeps it consistent with the kernel declaration. Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>