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>
This commit is contained in:
sjur.brandeland@stericsson.com
2011-11-30 09:22:48 +00:00
committed by David S. Miller
parent 7c18d2205e
commit e977b4cf63
4 changed files with 4 additions and 19 deletions

View File

@@ -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