diff options
Diffstat (limited to 'include/net/caif/cfsrvl.h')
-rw-r--r-- | include/net/caif/cfsrvl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/caif/cfsrvl.h b/include/net/caif/cfsrvl.h index b1fa87ee0992..6c8279c1ae9a 100644 --- a/include/net/caif/cfsrvl.h +++ b/include/net/caif/cfsrvl.h | |||
@@ -22,7 +22,6 @@ struct cfsrvl { | |||
22 | struct kref ref; | 22 | struct kref ref; |
23 | }; | 23 | }; |
24 | 24 | ||
25 | void cfsrvl_release(struct kref *kref); | ||
26 | struct cflayer *cfvei_create(u8 linkid, struct dev_info *dev_info); | 25 | struct cflayer *cfvei_create(u8 linkid, struct dev_info *dev_info); |
27 | struct cflayer *cfdgml_create(u8 linkid, struct dev_info *dev_info); | 26 | struct cflayer *cfdgml_create(u8 linkid, struct dev_info *dev_info); |
28 | struct cflayer *cfutill_create(u8 linkid, struct dev_info *dev_info); | 27 | struct cflayer *cfutill_create(u8 linkid, struct dev_info *dev_info); |
@@ -31,7 +30,7 @@ struct cflayer *cfrfml_create(u8 linkid, struct dev_info *dev_info, | |||
31 | int mtu_size); | 30 | int mtu_size); |
32 | struct cflayer *cfdbgl_create(u8 linkid, struct dev_info *dev_info); | 31 | struct cflayer *cfdbgl_create(u8 linkid, struct dev_info *dev_info); |
33 | bool cfsrvl_phyid_match(struct cflayer *layer, int phyid); | 32 | bool cfsrvl_phyid_match(struct cflayer *layer, int phyid); |
34 | void cfservl_destroy(struct cflayer *layer); | 33 | |
35 | void cfsrvl_init(struct cfsrvl *service, | 34 | void cfsrvl_init(struct cfsrvl *service, |
36 | u8 channel_id, | 35 | u8 channel_id, |
37 | struct dev_info *dev_info, | 36 | struct dev_info *dev_info, |