diff options
| author | Holger Lubitz | 2007-07-27 22:07:01 +0200 |
|---|---|---|
| committer | Holger Lubitz | 2007-07-27 22:07:01 +0200 |
| commit | 63e489c14d15771bb3bc35c6e4609883994acd58 (patch) | |
| tree | 44cc4e2f2fb6fdb0fe559dc8d2935fe074eafc86 | |
| parent | make struct velocity_info_tbl *info static (diff) | |
| download | ipxe-63e489c14d15771bb3bc35c6e4609883994acd58.tar.gz ipxe-63e489c14d15771bb3bc35c6e4609883994acd58.tar.xz ipxe-63e489c14d15771bb3bc35c6e4609883994acd58.zip | |
make struct velocity_info vptx static
| -rw-r--r-- | src/drivers/net/via-velocity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/net/via-velocity.h b/src/drivers/net/via-velocity.h index 761cb3d4..c296d289 100644 --- a/src/drivers/net/via-velocity.h +++ b/src/drivers/net/via-velocity.h @@ -1768,7 +1768,7 @@ struct velocity_opt { #define TX_DESC_MAX 256 #define TX_DESC_DEF TX_DESC_MIN -struct velocity_info { +static struct velocity_info { // struct list_head list; struct pci_device *pdev; |
