]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
staging: unisys: remove unused struct network_policy
authorBenjamin Romer <benjamin.romer@unisys.com>
Fri, 3 Oct 2014 18:09:21 +0000 (14:09 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:07 +0000 (10:29 +0800)
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>
drivers/staging/unisys/include/uisqueue.h

index 6e0ec05a4a4380fdd0727bea8a5c6695839838ce..e87f3cd1f55e9af322630ce200bdf059c617b414 100644 (file)
@@ -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.