summaryrefslogtreecommitdiff
path: root/drivers/staging/et131x/et1310_phy.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-10-06 14:51:17 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 20:23:08 (GMT)
commite1bc58459aa23ec4e8f1e1aa2cacae215d04a949 (patch)
tree4ea88f5e69bd5cdc8b3cfd1d7b30578b1fad2f5c /drivers/staging/et131x/et1310_phy.h
parent1210db957aa4f213259fd4dc92fd6e9e8cfc3187 (diff)
downloadlinux-fsl-qoriq-e1bc58459aa23ec4e8f1e1aa2cacae215d04a949.tar.xz
Staging: et131x: Clean up the phy code, especially dup stuff
Fold in the TPAL stuff and remove the duplication Clean up other stuff where we do un-needed work or have verbose implementations Comment some of the functions as we go Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et1310_phy.h')
-rw-r--r--drivers/staging/et131x/et1310_phy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/et131x/et1310_phy.h b/drivers/staging/et131x/et1310_phy.h
index 0ea1237..758b9b2 100644
--- a/drivers/staging/et131x/et1310_phy.h
+++ b/drivers/staging/et131x/et1310_phy.h
@@ -741,7 +741,7 @@ struct et131x_adapter;
/* Prototypes for ET1310_phy.c */
int et131x_xcvr_find(struct et131x_adapter *adapter);
-int et131x_setphy_normal(struct et131x_adapter *adapter);
+void et131x_setphy_normal(struct et131x_adapter *adapter);
/* static inline function does not work because et131x_adapter is not always
* defined