diff options
-rw-r--r-- | include/linux/skbuff.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 3a5ec7638627..776104ba02ce 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -483,8 +483,6 @@ static inline u32 skb_mstamp_us_delta(const struct skb_mstamp *t1, | |||
483 | * @wifi_acked_valid: wifi_acked was set | 483 | * @wifi_acked_valid: wifi_acked was set |
484 | * @wifi_acked: whether frame was acked on wifi or not | 484 | * @wifi_acked: whether frame was acked on wifi or not |
485 | * @no_fcs: Request NIC to treat last 4 bytes as Ethernet FCS | 485 | * @no_fcs: Request NIC to treat last 4 bytes as Ethernet FCS |
486 | * @dma_cookie: a cookie to one of several possible DMA operations | ||
487 | * done by skb DMA functions | ||
488 | * @napi_id: id of the NAPI struct this skb came from | 486 | * @napi_id: id of the NAPI struct this skb came from |
489 | * @secmark: security marking | 487 | * @secmark: security marking |
490 | * @mark: Generic packet mark | 488 | * @mark: Generic packet mark |