From: Hiroshi DOYU Date: Mon, 24 Nov 2008 21:57:10 +0000 (+0200) Subject: omap mailbox: fix empty struct device for omap_mbox X-Git-Tag: v2.6.28-davinci1-diff-base~50^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d108aeb3b6b06bea3dd1647ec5d70ed77008601b;p=pandora-kernel.git omap mailbox: fix empty struct device for omap_mbox Since "mbox->dev" doesn't exist and isn't created either at registration, this patch will create "struct device", which belongs to "omap-mailbox" class and set this pointer for the member of "struct omap_mbox". Signed-off-by: Hiroshi DOYU --- Reading git-diff-tree failed