From d63999a12b3bfc5d6a58b08a3bb01a75882324fd Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Tue, 12 Mar 2013 10:44:00 -0700 Subject: properly define __packed when using it we don't want to get a __packed symbol, so we need to define __package attribute before using it for "struct version_struct". Signed-off-by: Vincent Palatin BRANCH=none BUG=none TEST="make buildall" and verify that we no longer have a __packed symbol in any of the build/ Commit-Queue: Vincent Palatin Tested-by: Vincent Palatin --- include/version.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/version.h b/include/version.h index 18968ce072..42d176916f 100644 --- a/include/version.h +++ b/include/version.h @@ -8,6 +8,8 @@ #ifndef __CROS_EC_VERSION_H #define __CROS_EC_VERSION_H +#include "common.h" + #define CROS_EC_VERSION_COOKIE1 0xce112233 #define CROS_EC_VERSION_COOKIE2 0xce445566 -- cgit v1.2.1