From: Sjur Brændeland Date: Mon, 25 Jun 2012 07:49:42 +0000 (+0000) Subject: caif-hsi: Replace platform device with ops structure. X-Git-Tag: v3.6-rc1~125^2~435 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c385f1fdf6f9c66d982802cd74349c040980b50;p=pandora-kernel.git caif-hsi: Replace platform device with ops structure. Remove use of struct platform_device, and replace it with struct cfhsi_ops. Updated variable names in the same spirit: cfhsi_get_dev to cfhsi_get_ops, cfhsi->dev to cfhsi->ops and, cfhsi->dev.drv to cfhsi->ops->cb_ops. Signed-off-by: Sjur Brændeland Signed-off-by: David S. Miller --- Reading git-diff-tree failed