diff options
author | Bogdan Hamciuc <bogdan.hamciuc@freescale.com> | 2013-11-26 09:59:06 (GMT) |
---|---|---|
committer | Madalin-Cristian Bucur <madalin.bucur@freescale.com> | 2014-01-06 15:06:55 (GMT) |
commit | 5defc14e0fb9258c249df9cc527f7354b3625200 (patch) | |
tree | 638222f89cf0ea30f631ab7b56acd969eeadf656 /drivers/net/ethernet/freescale/dpa/dpaa_eth_common.h | |
parent | 8a441e2419aa86a75483b1253c79db364c2b8143 (diff) | |
download | linux-fsl-qoriq-5defc14e0fb9258c249df9cc527f7354b3625200.tar.xz |
dpaa_eth: Cleanup prototype of dpa_get_channel()
Function had unused arguments. While it is conceivable that in the end
the function will have to be parametrized again, for now we're just
removing something we don't need.
Signed-off-by: Bogdan Hamciuc <bogdan.hamciuc@freescale.com>
Change-Id: I99206b8d8230d0c7f33bf35dbd06efb2056f406d
Reviewed-on: http://git.am.freescale.net:8181/6859
Reviewed-by: Cristian-Constantin Sovaiala <Cristian.Sovaiala@freescale.com>
Reviewed-by: Ruxandra Ioana Radulescu <ruxandra.radulescu@freescale.com>
Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com>
Reviewed-by: Thomas Trefny <Tom.Trefny@freescale.com>
Reviewed-on: http://git.am.freescale.net:8181/7679
Reviewed-by: Madalin-Cristian Bucur <madalin.bucur@freescale.com>
Tested-by: Madalin-Cristian Bucur <madalin.bucur@freescale.com>
Diffstat (limited to 'drivers/net/ethernet/freescale/dpa/dpaa_eth_common.h')
-rw-r--r-- | drivers/net/ethernet/freescale/dpa/dpaa_eth_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/freescale/dpa/dpaa_eth_common.h b/drivers/net/ethernet/freescale/dpa/dpaa_eth_common.h index 15845e6..2dfd344 100644 --- a/drivers/net/ethernet/freescale/dpa/dpaa_eth_common.h +++ b/drivers/net/ethernet/freescale/dpa/dpaa_eth_common.h @@ -177,7 +177,7 @@ int dpa_fq_probe_mac(struct device *dev, struct list_head *list, struct fm_port_fqs *port_fqs, bool tx_conf_fqs_per_core, enum port_type ptype); -int dpa_get_channel(struct device *dev, struct device_node *dpa_node); +int dpa_get_channel(void); int dpaa_eth_add_channel(void *__arg); int dpaa_eth_cgr_init(struct dpa_priv_s *priv); void dpa_fq_setup(struct dpa_priv_s *priv, const dpa_fq_cbs_t *fq_cbs, |