diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-29 20:32:08 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-29 20:32:08 -0500 |
commit | 12074a35b4ef36d7a971beaf42412b22f304cdd1 (patch) | |
tree | ee52353367f9b2f2bd983d18806a3e64f00886f3 /net/atm/common.h | |
parent | 49c91fb01ff3948285608c65754b3ffbf57d50f2 (diff) | |
parent | 34a0b3cdc078746788ffc49e56da0db62b8b6ea4 (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'net/atm/common.h')
-rw-r--r-- | net/atm/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/atm/common.h b/net/atm/common.h index e49ed41c0e33..4887c317cefe 100644 --- a/net/atm/common.h +++ b/net/atm/common.h | |||
@@ -47,4 +47,6 @@ static inline void atm_proc_exit(void) | |||
47 | /* SVC */ | 47 | /* SVC */ |
48 | int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos); | 48 | int svc_change_qos(struct atm_vcc *vcc,struct atm_qos *qos); |
49 | 49 | ||
50 | void atm_dev_release_vccs(struct atm_dev *dev); | ||
51 | |||
50 | #endif | 52 | #endif |