diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2021-12-29 14:36:20 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-12-31 04:27:44 +0300 |
commit | d6c6d0bb2cb3af91c9c1546af7cdf4770d0df443 (patch) | |
tree | 55e4f0525a8f3c739ea443522142e6293fb726eb /include/linux/atalk.h | |
parent | 314fbde95769e0cff68ef74ccc261935bb0c6852 (diff) | |
download | linux-d6c6d0bb2cb3af91c9c1546af7cdf4770d0df443.tar.xz |
net: remove references to CONFIG_IRDA in network header files
Commit d64c2a76123f ("staging: irda: remove the irda network stack and
drivers") removes the config IRDA.
Remove the remaining references to this non-existing config in the network
header files.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20211229113620.19368-1-lukas.bulwahn@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/atalk.h')
-rw-r--r-- | include/linux/atalk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/atalk.h b/include/linux/atalk.h index f6034ba774be..a55bfc6567d0 100644 --- a/include/linux/atalk.h +++ b/include/linux/atalk.h @@ -113,7 +113,7 @@ extern int aarp_proto_init(void); /* Inter module exports */ /* Give a device find its atif control structure */ -#if IS_ENABLED(CONFIG_IRDA) || IS_ENABLED(CONFIG_ATALK) +#if IS_ENABLED(CONFIG_ATALK) static inline struct atalk_iface *atalk_find_dev(struct net_device *dev) { return dev->atalk_ptr; |