Alexander Chiang 2a72f21226 IB/uverbs: Remove dev_table
dev_table's raison d'etre was to associate an inode back to a struct
ib_uverbs_device.

However, now that we've converted ib_uverbs_device to contain an
embedded cdev (instead of a *cdev), we can use the container_of()
macro and cast back to the containing device.

There's no longer any need for dev_table, so get rid of it.

Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2010-02-24 10:23:39 -08:00
..
2009-11-19 16:46:25 -08:00
2008-07-14 23:48:44 -07:00
2008-07-14 23:48:44 -07:00
2009-01-17 17:11:57 -08:00
2009-01-17 17:11:57 -08:00
2008-07-14 23:48:44 -07:00
2008-07-14 23:48:44 -07:00
2006-09-22 15:22:46 -07:00
2008-07-14 23:48:44 -07:00
2009-09-10 21:19:45 -07:00
2008-07-14 23:48:44 -07:00
2009-10-04 15:05:10 -07:00
2009-11-19 13:26:06 -08:00
2008-07-14 23:48:44 -07:00
2008-07-14 23:48:44 -07:00
2009-10-04 15:05:10 -07:00
2010-02-24 10:23:39 -08:00