mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-05 14:55:49 +07:00
staging: unisys: remove unused struct network_policy
Nobody is using this structure, so remove it. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
38d1fd3d0e
commit
9024db5584
@ -179,16 +179,6 @@ struct sn_list_entry {
|
||||
struct sn_list_entry *next;
|
||||
};
|
||||
|
||||
struct network_policy {
|
||||
u32 promiscuous:1;
|
||||
u32 macassign:1;
|
||||
u32 peerforwarding:1;
|
||||
u32 nonotify:1;
|
||||
u32 standby:1;
|
||||
u32 callhome:2;
|
||||
char ip_addr[30];
|
||||
};
|
||||
|
||||
/*
|
||||
* IO messages sent to UisnicControlChanFunc & UissdControlChanFunc by
|
||||
* code that processes the ControlVm channel messages.
|
||||
|
Loading…
Reference in New Issue
Block a user