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

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
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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.