niu: Silence randstruct warnings
[linux-block.git] / scripts / gcc-plugins / randomize_layout_plugin.c
index 5836a7fc753278de428795b842cd38c0db348623..c9d345a91c41e29dd6544088cbb40209a87582ef 100644 (file)
@@ -46,8 +46,6 @@ struct whitelist_entry {
 };
 
 static const struct whitelist_entry whitelist[] = {
-       /* NIU overloads mapping with page struct */
-       { "drivers/net/ethernet/sun/niu.c", "page", "address_space" },
        /* unix_skb_parms via UNIXCB() buffer */
        { "net/unix/af_unix.c", "unix_skb_parms", "char" },
        { }