Skip to content
Commit d8cbc3f7 authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d6cfaaba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment