]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
remoteproc: Do not use of_irq_count in xilinx drivers
authorMichal Simek <michal.simek@xilinx.com>
Fri, 31 May 2013 14:05:38 +0000 (16:05 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 31 Oct 2013 15:20:09 +0000 (16:20 +0100)
commite70f2c6f4731d4a889c21bdc09c55bcc8f87e5d5
tree84b7a9a4ad8fab8142e3bce0fa493e619f1271bf
parentc58297a6b7c8fb954d2108ad7365bc399be9ce50
remoteproc: Do not use of_irq_count in xilinx drivers

Driver resources are already filled and driver can use them.
The reason is that of_irq_count() is not exported
for modules in the mainline.
The next patch which revert this patch which we have in our tree.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/remoteproc/mb_remoteproc.c