Merge "Make HW_AUTH_TOKEN_VERSION static" am: 99adae1cf6 am: 335f934536 am: 7bcf2cf7d7
am: 040e7afc17

Change-Id: I66a6e77fd1959acaf30344db4d64fdbb22a631dc
diff --git a/include/hardware/hw_auth_token.h b/include/hardware/hw_auth_token.h
index f471d1a..d84ea48 100644
--- a/include/hardware/hw_auth_token.h
+++ b/include/hardware/hw_auth_token.h
@@ -23,7 +23,7 @@
 extern "C" {
 #endif  // __cplusplus
 
-const uint8_t HW_AUTH_TOKEN_VERSION = 0;
+static const uint8_t HW_AUTH_TOKEN_VERSION = 0;
 
 typedef enum {
     HW_AUTH_NONE = 0,