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

Commit e0b641d7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "net: usb: Get rid of inline before func definition"

parents 08e74315 9733975a
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);