diff options
Diffstat (limited to 'net/batman-adv/hash.h')
-rw-r--r-- | net/batman-adv/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/hash.h b/net/batman-adv/hash.h index e05333905afd..ea0214824327 100644 --- a/net/batman-adv/hash.h +++ b/net/batman-adv/hash.h | |||
@@ -89,7 +89,7 @@ static inline void batadv_hash_delete(struct batadv_hashtable *hash, | |||
89 | * | 89 | * |
90 | * Returns the new hash value. | 90 | * Returns the new hash value. |
91 | */ | 91 | */ |
92 | static inline uint32_t batadv_hash_bytes(uint32_t hash, void *data, | 92 | static inline uint32_t batadv_hash_bytes(uint32_t hash, const void *data, |
93 | uint32_t size) | 93 | uint32_t size) |
94 | { | 94 | { |
95 | const unsigned char *key = data; | 95 | const unsigned char *key = data; |