summaryrefslogtreecommitdiff
path: root/drivers/dahdi/ap400/ap400_drv.c
AgeCommit message (Collapse)Author
2010-09-12ap400: remove 'pvt' member of dahdi_spanTzafrir Cohen
r8984 removed the member 'pvt' of struct dahdi_span in dahdi/kernel.h . No use to have a pointer to a struct that is already embedded in our struct. Thus we remove a single usage of it and replace it with container_of().
2010-09-12initial ap400 driverTzafrir Cohen