Commit 9024db55 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: remove unused struct network_policy

Nobody is using this structure, so remove it.
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 38d1fd3d
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment