From: Hiroshi DOYU Date: Tue, 24 Mar 2009 01:07:24 +0000 (-0700) Subject: omap mailbox: fix empty struct device for omap_mbox X-Git-Tag: v2.6.30-rc1~636^2~9^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48cca87703a4f4c372f1519e72e0fd6acb70d54;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