]> Pileus Git - ~andy/linux/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)
commitd8cbc3f7921d0a50c032c8ee7131f8ee10c6b5a9
tree2ae305bc293571214497d256f1b7bc7ab0e31ae3
parentd6cfaaba1a93a239b01bc8d1351685773b657b64
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