]> git.baikalelectronics.ru Git - kernel.git/commit
DMA-API: crypto: fix ixp4xx crypto platform device support
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 10 Jun 2013 17:52:52 +0000 (18:52 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 31 Oct 2013 14:49:09 +0000 (14:49 +0000)
commita378b6e4373a2d71d014a8559e932d5e3428a163
tree2ae305bc293571214497d256f1b7bc7ab0e31ae3
parent542ed1c0174522d68d37e6c941873c70b262c510
DMA-API: crypto: fix ixp4xx crypto platform device support

Don't statically allocate struct device's in modules, and shut the
warning up with an empty release() function.  There's a reason that
warning is there and that's not for people to hide in this way.  It's
there to persuade people to use the correct APIs to allocate platform
devices.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/crypto/ixp4xx_crypto.c