From: Ferenc Wagner Date: Wed, 24 Mar 2010 07:20:03 +0000 (+0100) Subject: i2o: Remove the dangerous kobj_to_i2o_device macro X-Git-Tag: v2.6.34-rc4~11^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a6d9b149f105f8bdfa8e42dd9753e45a1887a16;p=pandora-kernel.git i2o: Remove the dangerous kobj_to_i2o_device macro This macro worked only when applied to variables named 'kobj'. While this could have been fixed by simply renaming the macro argument, a more type-safe replacement by an inline function would be preferred. However, nobody uses this macro, so it's simpler to just remove it. Signed-off-by: Ferenc Wagner Signed-off-by: Jens Axboe --- Reading git-diff-tree failed