diff options
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 1bca6171b1aa..46c36ffe20ee 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -790,11 +790,11 @@ struct net_device { | |||
| 790 | /* | 790 | /* |
| 791 | * This is the first field of the "visible" part of this structure | 791 | * This is the first field of the "visible" part of this structure |
| 792 | * (i.e. as seen by users in the "Space.c" file). It is the name | 792 | * (i.e. as seen by users in the "Space.c" file). It is the name |
| 793 | * the interface. | 793 | * of the interface. |
| 794 | */ | 794 | */ |
| 795 | char name[IFNAMSIZ]; | 795 | char name[IFNAMSIZ]; |
| 796 | 796 | ||
| 797 | struct pm_qos_request_list *pm_qos_req; | 797 | struct pm_qos_request_list pm_qos_req; |
| 798 | 798 | ||
| 799 | /* device name hash chain */ | 799 | /* device name hash chain */ |
| 800 | struct hlist_node name_hlist; | 800 | struct hlist_node name_hlist; |
