From: Tejun Heo Date: Thu, 23 Apr 2009 02:05:20 +0000 (+0900) Subject: arm-omap: don't abuse rq->data X-Git-Tag: v2.6.31-rc1~389^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec24751a6b57e1373a12361e581b2458bc9bb791;p=pandora-kernel.git arm-omap: don't abuse rq->data omap mailbox uses rq->data as the second opaque pointer to carry mbox_msg_t and rq->special message argument which is needed only for tx. Add and use omap_msg_tx_data struct for tx and use rq->special for mbox_msg_t for rx such that only rq->special is used as opaque pointer. [ Impact: cleanup rq->data usage, extra kmalloc in msg_send ] Signed-off-by: Tejun Heo Cc: Russell King --- Reading git-diff-tree failed