summaryrefslogtreecommitdiff
path: root/core/pld/src/pld_common.c
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@codeaurora.org>2016-10-07 12:33:22 -0700
committerqcabuildsw <qcabuildsw@localhost>2016-10-20 16:04:14 -0700
commitbbaf4e4f62c4cbfc57b4028c27f1d4667bbf1bfd (patch)
tree252de2ecade8fb107fcbab5de61fa200b379e7e0 /core/pld/src/pld_common.c
parent4ae7506db1aedb0ce4e5c3edad3ce37733bece6a (diff)
downloadqcacld-bbaf4e4f62c4cbfc57b4028c27f1d4667bbf1bfd.tar.gz
qcacld-3.0: Fix -Wmissing-prototypes in PLD
We want to enable the compiler's -Wmissing-prototypes switch, but there is existing code that is generating warnings. Fix all warnings in core/pld. Change-Id: Icef77666d1d1ef214491dcf1fcd56741091cec4f CRs-Fixed: 1078826
Diffstat (limited to 'core/pld/src/pld_common.c')
-rw-r--r--core/pld/src/pld_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pld/src/pld_common.c b/core/pld/src/pld_common.c
index 023e583245..da6e7dfabd 100644
--- a/core/pld/src/pld_common.c
+++ b/core/pld/src/pld_common.c
@@ -176,7 +176,7 @@ void pld_del_dev(struct pld_context *pld_context,
*
* Return: PLD bus type
*/
-enum pld_bus_type pld_get_bus_type(struct device *dev)
+static enum pld_bus_type pld_get_bus_type(struct device *dev)
{
struct pld_context *pld_context;
struct dev_node *dev_node;