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
1 changed files with 0 additions and 10 deletions
|
@ -179,16 +179,6 @@ struct sn_list_entry {
|
||||||
struct sn_list_entry *next;
|
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
|
* IO messages sent to UisnicControlChanFunc & UissdControlChanFunc by
|
||||||
* code that processes the ControlVm channel messages.
|
* code that processes the ControlVm channel messages.
|
||||||
|
|
Loading…
Add table
Reference in a new issue