Message ID | 1476388576-22863-8-git-send-email-hch@lst.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
diff --git a/providers/mlx4/mlx4.c b/providers/mlx4/mlx4.c index 326ead4..b59c202 100644 --- a/providers/mlx4/mlx4.c +++ b/providers/mlx4/mlx4.c @@ -51,7 +51,7 @@ { .vendor = PCI_VENDOR_ID_##v, \ .device = d } -struct { +static struct { unsigned vendor; unsigned device; } hca_table[] = {
Signed-off-by: Christoph Hellwig <hch@lst.de> --- providers/mlx4/mlx4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)