summaryrefslogtreecommitdiff
path: root/iosched.h
blob: 19ff1ff9d859eaecb6683d6a773e4802e906b4bf (plain)
1
2
3
4
5
6
7
8
#ifndef IOSCHED_H
#define IOSCHED_H

extern void ioprio_print(void);
extern void set_ioprio_rt(void);
extern void set_ioprio_be(void);

#endif /* IOSCHED_H */
value='7'>7space:mode:
Diffstat (limited to 'drivers/usb/gadget/epautoconf.c')
it.cgi/linux/net-next.git/diff/?id=bab6b1d8c4bd8f85f607f8663a8e2abd0986b086&id2=93b636cae5dd2006a252b11606c3080f60462b90'>diff)
net: igbvf: Use net_device_stats from struct net_device
Instead of using a private copy of struct net_device_stats in struct igbvf_adapter, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Cc: intel-wired-lan@lists.osuosl.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat