]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31bfdbda9d2564c0a88322d07f9633bd0db3697d
tree4101ff2d3684ffe05fe943e2aa4e24e4202b94a1
parent77252718c91cb1b61ccebe6ccc2a46319a0e6413
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