|
@@ -308,7 +308,7 @@ static void pch_reset(struct pch_dev *chip)
|
|
|
* traffic on the ethernet interface
|
|
|
* @addr: dress which contain the column separated address to be used.
|
|
|
*/
|
|
|
-static int pch_set_station_address(u8 *addr, struct pci_dev *pdev)
|
|
|
+int pch_set_station_address(u8 *addr, struct pci_dev *pdev)
|
|
|
{
|
|
|
s32 i;
|
|
|
struct pch_dev *chip = pci_get_drvdata(pdev);
|
|
@@ -352,6 +352,7 @@ static int pch_set_station_address(u8 *addr, struct pci_dev *pdev)
|
|
|
}
|
|
|
return 0;
|
|
|
}
|
|
|
+EXPORT_SYMBOL(pch_set_station_address);
|
|
|
|
|
|
/*
|
|
|
* Interrupt service routine
|