From: Alexander Chiang Date: Tue, 2 Feb 2010 19:07:54 +0000 (+0000) Subject: IB/uverbs: Remove dev_table X-Git-Tag: v2.6.34-rc1~225^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a72f212263701b927559f6850446421d5906c41;p=pandora-kernel.git 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 Signed-off-by: Roland Dreier --- Reading git-diff-tree failed