mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
mctp: Remove the repeated declaration
Function 'mctp_dev_get_rtnl' is declared twice, so remove the repeated declaration. Cc: Jeremy Kerr <jk@codeconstruct.com.au> Cc: Matt Johnston <matt@codeconstruct.com.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
45bc6125d1
commit
87e5ef4b19
@ -31,6 +31,5 @@ struct mctp_dev {
|
||||
|
||||
struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev);
|
||||
struct mctp_dev *__mctp_dev_get(const struct net_device *dev);
|
||||
struct mctp_dev *mctp_dev_get_rtnl(const struct net_device *dev);
|
||||
|
||||
#endif /* __NET_MCTPDEVICE_H */
|
||||
|
Loading…
Reference in New Issue
Block a user