net/mlx5: fix dynamic inline hint handling
[dpdk.git] / drivers / net / mlx4 / mlx4_glue.h
index 368f906..5d9e985 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  * Copyright 2018 6WIND S.A.
- * Copyright 2018 Mellanox
+ * Copyright 2018 Mellanox Technologies, Ltd
  */
 
 #ifndef MLX4_GLUE_H_
@@ -84,6 +84,6 @@ struct mlx4_glue {
                                   void *attr);
 };
 
-const struct mlx4_glue *mlx4_glue;
+extern const struct mlx4_glue *mlx4_glue;
 
 #endif /* MLX4_GLUE_H_ */