Message ID | 1476388576-22863-6-git-send-email-hch@lst.de (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
diff --git a/providers/i40iw/i40iw_umain.c b/providers/i40iw/i40iw_umain.c index 1756e65..0540ee7 100644 --- a/providers/i40iw/i40iw_umain.c +++ b/providers/i40iw/i40iw_umain.c @@ -57,7 +57,7 @@ unsigned int i40iw_debug_level; .device = d, \ .type = INTEL_ ## t } -struct { +static struct { unsigned int vendor; unsigned int device; enum i40iw_uhca_type type;
Signed-off-by: Christoph Hellwig <hch@lst.de> --- providers/i40iw/i40iw_umain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)