From: Omar Ramirez Luna Date: Fri, 14 Jan 2011 23:49:51 +0000 (-0600) Subject: staging: tidspbridge: replace mbox callback with notifier_call X-Git-Tag: v2.6.38-rc3~8^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85d139c977dd13cd1ca5cb3b9d8e39cb477eaf0c;p=pandora-kernel.git staging: tidspbridge: replace mbox callback with notifier_call Lately, mailbox callbacks have been replaced by notifier block call chains, this needs to be changed in the users of mailbox, otherwise compilation will break due to missing parameters. For this new change to work, io_mbox_msg needs to be compatible with the notifier_call definition. Reported-by: Hari Kanigeri Signed-off-by: Omar Ramirez Luna Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed