projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4721d22
)
mlx4: Fix compile error when driver is comiled-in
author
Joerg Roedel
<joerg.roedel@amd.com>
Thu, 15 Dec 2011 06:48:37 +0000
(06:48 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 16 Dec 2011 20:28:10 +0000
(15:28 -0500)
This patch fixes a compile error that occurs when the driver
is compile into the kernel and not as a module.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/port.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/mellanox/mlx4/port.c
b/drivers/net/ethernet/mellanox/mlx4/port.c
index
00a9547
..
88b52e5
100644
(file)
--- a/
drivers/net/ethernet/mellanox/mlx4/port.c
+++ b/
drivers/net/ethernet/mellanox/mlx4/port.c
@@
-783,7
+783,7
@@
int mlx4_SET_PORT(struct mlx4_dev *dev, u8 port)
return err;
}
-
static
int mlx4_SET_PORT_general(struct mlx4_dev *dev, u8 port, int mtu,
+int mlx4_SET_PORT_general(struct mlx4_dev *dev, u8 port, int mtu,
u8 pptx, u8 pfctx, u8 pprx, u8 pfcrx)
{
struct mlx4_cmd_mailbox *mailbox;
@@
-813,7
+813,7
@@
static int mlx4_SET_PORT_general(struct mlx4_dev *dev, u8 port, int mtu,
}
EXPORT_SYMBOL(mlx4_SET_PORT_general);
-
static
int mlx4_SET_PORT_qpn_calc(struct mlx4_dev *dev, u8 port, u32 base_qpn,
+int mlx4_SET_PORT_qpn_calc(struct mlx4_dev *dev, u8 port, u32 base_qpn,
u8 promisc)
{
struct mlx4_cmd_mailbox *mailbox;