diff options
author | Evgeniy Polyakov <johnpol@2ka.mipt.ru> | 2005-07-27 05:10:11 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 17:41:25 -0400 |
commit | 2d8331792ea3f5ccfd147288afba148537337019 (patch) | |
tree | 7d144ae862363a5fd6bfa031cca04a42cc79d879 /drivers/w1/w1_netlink.h | |
parent | 1b11d78cf87a7014f96e5b7fa2e1233cc8081a00 (diff) |
[PATCH] W1: w1_netlink: New init/fini netlink callbacks.
They are guarded with NETLINK_DISABLE compile time options,
so if CONFIG_NET is disabled, no linking errors occur.
Bug noticed by Adrian Bunk <bunk@stusta.de>.
Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/w1/w1_netlink.h')
-rw-r--r-- | drivers/w1/w1_netlink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/w1/w1_netlink.h b/drivers/w1/w1_netlink.h index 8615756946df..eb0c8b3152c8 100644 --- a/drivers/w1/w1_netlink.h +++ b/drivers/w1/w1_netlink.h | |||
@@ -52,6 +52,8 @@ struct w1_netlink_msg | |||
52 | #ifdef __KERNEL__ | 52 | #ifdef __KERNEL__ |
53 | 53 | ||
54 | void w1_netlink_send(struct w1_master *, struct w1_netlink_msg *); | 54 | void w1_netlink_send(struct w1_master *, struct w1_netlink_msg *); |
55 | int dev_init_netlink(struct w1_master *dev); | ||
56 | void dev_fini_netlink(struct w1_master *dev); | ||
55 | 57 | ||
56 | #endif /* __KERNEL__ */ | 58 | #endif /* __KERNEL__ */ |
57 | #endif /* __W1_NETLINK_H */ | 59 | #endif /* __W1_NETLINK_H */ |