summaryrefslogtreecommitdiffstats
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 +0000
committerDavid S. Miller <davem@davemloft.net>2011-11-30 23:30:48 -0500
commite977b4cf637ebb545db14bff76d590490b2fb4bf (patch)
tree97be37eb44c04150cfc521ebbf6f88a5b0ea9efb /include/net/caif/cfserl.h
parent7c18d2205ea76eef9674e59e1ecae4f332a53e9e (diff)
downloadlinux-e977b4cf637ebb545db14bff76d590490b2fb4bf.tar.bz2
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 b8374321b362..f121299a3427 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