summaryrefslogtreecommitdiff
path: root/include/dt-bindings/sound/apq8016-lpass.h
blob: 499076e980a37bb8c67873307e6f2e0778558064 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __DT_APQ8016_LPASS_H
#define __DT_APQ8016_LPASS_H

#define MI2S_PRIMARY	0
#define MI2S_SECONDARY	1
#define MI2S_TERTIARY	2
#define MI2S_QUATERNARY	3

#endif /* __DT_APQ8016_LPASS_H */
href='/cgit.cgi/linux/net-next.git/commit/include?h=nds-private-remove&id=a8eca326151ee1beac82a4fd86d9edad3a37aaed'>a8eca326151ee1beac82a4fd86d9edad3a37aaed (patch) tree78be26268b991ac647680cde9c968d924f912dbd /include parent5c8802f14a0679e970e7b25f809a12c3ae1a873d (diff)
net: remove ndo_neigh_{construct, destroy} from stacked devices
In commit 18bfb924f000 ("net: introduce default neigh_construct/destroy ndo calls 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 <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/linux/netdevice.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h