This patch series removes the skb_data_area_size() helper, replacing it in t7xx driver with the size used during skb allocation. https://lore.kernel.org/netdev/CAHNKnsTmH-rGgWi3jtyC=ktM1DW2W1VJkYoTMJV2Z_Bt498bsg@xxxxxxxxxxxxxx/ Ricardo Martinez (2): net: wwan: t7xx: Avoid calls to skb_data_area_size() net: skb: Remove skb_data_area_size() drivers/net/wwan/t7xx/t7xx_hif_cldma.c | 7 +++---- drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c | 6 ++---- include/linux/skbuff.h | 5 ----- 3 files changed, 5 insertions(+), 13 deletions(-) -- 2.25.1