diff options
Diffstat (limited to 'net/caif/caif_dev.c')
-rw-r--r-- | net/caif/caif_dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c index f7e8c70b343c..6acec1921e7f 100644 --- a/net/caif/caif_dev.c +++ b/net/caif/caif_dev.c | |||
@@ -262,6 +262,7 @@ void caif_enroll_dev(struct net_device *dev, struct caif_dev_common *caifdev, | |||
262 | if (rcv_func) | 262 | if (rcv_func) |
263 | *rcv_func = receive; | 263 | *rcv_func = receive; |
264 | } | 264 | } |
265 | EXPORT_SYMBOL(caif_enroll_dev); | ||
265 | 266 | ||
266 | /* notify Caif of device events */ | 267 | /* notify Caif of device events */ |
267 | static int caif_device_notify(struct notifier_block *me, unsigned long what, | 268 | static int caif_device_notify(struct notifier_block *me, unsigned long what, |