diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/atmdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/atmdev.h b/include/linux/atmdev.h index 22ef21c33d0c..72db2af902a8 100644 --- a/include/linux/atmdev.h +++ b/include/linux/atmdev.h | |||
@@ -106,6 +106,7 @@ struct atm_vcc { | |||
106 | void *dev_data; /* per-device data */ | 106 | void *dev_data; /* per-device data */ |
107 | void *proto_data; /* per-protocol data */ | 107 | void *proto_data; /* per-protocol data */ |
108 | struct k_atm_aal_stats *stats; /* pointer to AAL stats group */ | 108 | struct k_atm_aal_stats *stats; /* pointer to AAL stats group */ |
109 | struct module *owner; /* owner of ->push function */ | ||
109 | /* SVC part --- may move later ------------------------------------- */ | 110 | /* SVC part --- may move later ------------------------------------- */ |
110 | short itf; /* interface number */ | 111 | short itf; /* interface number */ |
111 | struct sockaddr_atmsvc local; | 112 | struct sockaddr_atmsvc local; |