Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9733975a authored by Chang Chen's avatar Chang Chen
Browse files

net: usb: Get rid of inline before func definition



This change is to solve the compilation issue caused by inline.

Change-Id: Iab320101e9b30dc6fa9ceb80b321f4be00607bbd
Signed-off-by: default avatarChang Chen <quic_chach@quicinc.com>
parent 10dd54ff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -529,9 +529,9 @@ int ax_check_ether_addr(struct ax_device *axdev);
int ax_get_mac_pass(struct ax_device *axdev, u8 *mac);
void ax_set_tx_qlen(struct ax_device *dev);

inline void *__rx_buf_align(void *data);
inline void *__tx_buf_align(void *data, u8 tx_align_len);
inline struct net_device_stats *ax_get_stats(struct net_device *dev);
void *__rx_buf_align(void *data);
void *__tx_buf_align(void *data, u8 tx_align_len);
struct net_device_stats *ax_get_stats(struct net_device *dev);
void ax_write_bulk_callback(struct urb *urb);

void ax_get_drvinfo(struct net_device *net, struct ethtool_drvinfo *info);