summaryrefslogtreecommitdiff
path: root/include/net/caif/cfserl.h
diff options
context:
space:
mode:
authorsjur.brandeland@stericsson.com <sjur.brandeland@stericsson.com>2011-11-30 09:22:48 (GMT)
committerDavid S. Miller <davem@davemloft.net>2011-12-01 04:30:48 (GMT)
commite977b4cf637ebb545db14bff76d590490b2fb4bf (patch)
tree97be37eb44c04150cfc521ebbf6f88a5b0ea9efb /include/net/caif/cfserl.h
parent7c18d2205ea76eef9674e59e1ecae4f332a53e9e (diff)
downloadlinux-fsl-qoriq-e977b4cf637ebb545db14bff76d590490b2fb4bf.tar.xz
caif: Remove unused enum and parameter in cfserl
Remove unused enum cfcnfg_phy_type and the parameter to cfserl_create. Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/caif/cfserl.h')
-rw-r--r--include/net/caif/cfserl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/caif/cfserl.h b/include/net/caif/cfserl.h
index b837432..f121299 100644
--- a/include/net/caif/cfserl.h
+++ b/include/net/caif/cfserl.h
@@ -8,5 +8,5 @@
#define CFSERL_H_
#include <net/caif/caif_layer.h>
-struct cflayer *cfserl_create(int type, int instance, bool use_stx);
-#endif /* CFSERL_H_ */
+struct cflayer *cfserl_create(int instance, bool use_stx);
+#endif