#ifndef __SUBCMD_SIGCHAIN_H #define __SUBCMD_SIGCHAIN_H typedef void (*sigchain_fun)(int); int sigchain_pop(int sig); void sigchain_push_common(sigchain_fun f); #endif /* __SUBCMD_SIGCHAIN_H */ s for L2 upper devices") we added these ndos to stacked devices such as team and bond, so that calls will be propagated to mlxsw. However, previous commit removed the reliance on these ndos and no new users of these ndos have appeared since above mentioned commit. We can therefore safely remove this dead code. Signed-off-by: Ido Schimmel Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- net/bridge/br_device.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/bridge')