X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmlx4%2Fmlx4_glue.h;h=96d5cb16b486fc234cef7e0a3781459bc7143579;hb=1e28e842e08428ff5716fbe909bf5acd0365aaf6;hp=668ca867002f61c1efe81738dc7344e56fff49c4;hpb=5feecc57d90b97c579b16d1083ea167f7564530b;p=dpdk.git diff --git a/drivers/net/mlx4/mlx4_glue.h b/drivers/net/mlx4/mlx4_glue.h index 668ca86700..96d5cb16b4 100644 --- a/drivers/net/mlx4/mlx4_glue.h +++ b/drivers/net/mlx4/mlx4_glue.h @@ -23,7 +23,6 @@ #define MLX4_GLUE_VERSION "" #endif -/* LIB_GLUE_VERSION must be updated every time this structure is modified. */ struct mlx4_glue { const char *version; int (*fork_init)(void); @@ -84,6 +83,6 @@ struct mlx4_glue { void *attr); }; -const struct mlx4_glue *mlx4_glue; +extern const struct mlx4_glue *mlx4_glue; #endif /* MLX4_GLUE_H_ */