Message ID | 1476381095-20041-15-git-send-email-hch@lst.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
> > Signed-off-by: Christoph Hellwig <hch@lst.de> Looks fine Reviewed-by: Steve Wise <swise@opengridcomputing.com> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/providers/cxgb4/dev.c b/providers/cxgb4/dev.c index e1486ec..69b04ac 100644 --- a/providers/cxgb4/dev.c +++ b/providers/cxgb4/dev.c @@ -49,7 +49,7 @@ * Macros needed to support the PCI Device ID Table ... */ #define CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN \ - struct { \ + static struct { \ unsigned vendor; \ unsigned device; \ } hca_table[] = {
Signed-off-by: Christoph Hellwig <hch@lst.de> --- providers/cxgb4/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)