commit | d8cbc3f7921d0a50c032c8ee7131f8ee10c6b5a9 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jun 10 18:52:52 2013 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Oct 31 14:49:09 2013 +0000 |
tree | 2ae305bc293571214497d256f1b7bc7ab0e31ae3 | |
parent | d6cfaaba1a93a239b01bc8d1351685773b657b64 [diff] |
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>