]> git.karo-electronics.de Git - mv-sheeva.git/commit - drivers/staging/tidspbridge/core/io_sm.c
staging: tidspbridge: replace mbox callback with notifier_call
authorOmar Ramirez Luna <omar.ramirez@ti.com>
Fri, 14 Jan 2011 23:49:51 +0000 (17:49 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 Jan 2011 20:19:47 +0000 (12:19 -0800)
commit85d139c977dd13cd1ca5cb3b9d8e39cb477eaf0c
tree4101ff2d3684ffe05fe943e2aa4e24e4202b94a1
parentd1ce318496f5943d2cc5e20171fc383a59a1421f
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 <h-kanigeri2@ti.com>
Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/tidspbridge/core/io_sm.c
drivers/staging/tidspbridge/core/tiomap3430.c
drivers/staging/tidspbridge/include/dspbridge/io_sm.h