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)
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>

No differences found