patch-2.2.14 linux/drivers/net/arlan.c

Next file: linux/drivers/net/comx-hw-comx.c
Previous file: linux/drivers/net/arlan-proc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.13/linux/drivers/net/arlan.c linux/drivers/net/arlan.c
@@ -101,7 +101,7 @@
 static  void 	arlan_tx_done_interrupt		(struct device * dev, int status);
 static  void	arlan_rx_interrupt		(struct device * dev, u_char rxStatus, u_short, u_short);
 static  void	arlan_process_interrupt		(struct device * dev);
-static  int	arlan_command(struct device * dev, int command);
+int	arlan_command(struct device * dev, int command);
 
 EXPORT_SYMBOL(arlan_command);
 
@@ -190,7 +190,7 @@
 };
 
 
-static int arlan_command(struct device *dev, int command_p)
+int arlan_command(struct device *dev, int command_p)
 {
 
 	volatile struct arlan_shmem *arlan = ((struct arlan_private *) dev->priv)->card;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)