commit | 2b7c30292af56e64feaecdbe97da57918927b730 | [log] [tgz] |
---|---|---|
author | Pavel Emelianov <xemul@sw.ru> | Tue Jul 17 04:04:18 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 17 10:23:05 2007 -0700 |
tree | cf160a7dee6f18335b029ae775e4dc8dea5ec424 | |
parent | 6acee02712d0592dcd6120bc54d77c47cd2f6059 [diff] |
Make ISDN CAPI use seq_list_xxx helpers The similar code exists here and is called capi_driver_get_idx(). Use generic helpers now and remember to convert list_head to struct capi_driver in .show callback. Signed-off-by: Pavel Emelianov <xemul@openvz.org> Acked-by: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>