diff options
Diffstat (limited to 'drivers/ptp')
-rw-r--r-- | drivers/ptp/ptp_pch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ptp/ptp_pch.c b/drivers/ptp/ptp_pch.c index 847a3c3e31e4..9e397fe5ed12 100644 --- a/drivers/ptp/ptp_pch.c +++ b/drivers/ptp/ptp_pch.c | |||
@@ -308,7 +308,7 @@ static void pch_reset(struct pch_dev *chip) | |||
308 | * traffic on the ethernet interface | 308 | * traffic on the ethernet interface |
309 | * @addr: dress which contain the column separated address to be used. | 309 | * @addr: dress which contain the column separated address to be used. |
310 | */ | 310 | */ |
311 | static int pch_set_station_address(u8 *addr, struct pci_dev *pdev) | 311 | int pch_set_station_address(u8 *addr, struct pci_dev *pdev) |
312 | { | 312 | { |
313 | s32 i; | 313 | s32 i; |
314 | struct pch_dev *chip = pci_get_drvdata(pdev); | 314 | struct pch_dev *chip = pci_get_drvdata(pdev); |
@@ -352,6 +352,7 @@ static int pch_set_station_address(u8 *addr, struct pci_dev *pdev) | |||
352 | } | 352 | } |
353 | return 0; | 353 | return 0; |
354 | } | 354 | } |
355 | EXPORT_SYMBOL(pch_set_station_address); | ||
355 | 356 | ||
356 | /* | 357 | /* |
357 | * Interrupt service routine | 358 | * Interrupt service routine |