mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	bnx2: make cnic_probe static
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
		
							parent
							
								
									e355fbbcae
								
							
						
					
					
						commit
						61c2fc4b50
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -416,7 +416,7 @@ static int bnx2_unregister_cnic(struct net_device *dev) | |||
| 	return 0; | ||||
| } | ||||
| 
 | ||||
| struct cnic_eth_dev *bnx2_cnic_probe(struct net_device *dev) | ||||
| static struct cnic_eth_dev *bnx2_cnic_probe(struct net_device *dev) | ||||
| { | ||||
| 	struct bnx2 *bp = netdev_priv(dev); | ||||
| 	struct cnic_eth_dev *cp = &bp->cnic_eth_dev; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 stephen hemminger
						stephen hemminger