ahci: Add PCI-id for the Highpoint Rocketraid 644L card
[pandora-kernel.git] / net / batman-adv / types.h
index ab8d0fe..1be63ab 100644 (file)
@@ -250,6 +250,7 @@ struct tt_change_node {
 struct tt_req_node {
        uint8_t addr[ETH_ALEN];
        unsigned long issued_at;
+       struct kref refcount;
        struct list_head list;
 };