From: Russell King Date: Mon, 10 Jun 2013 17:52:52 +0000 (+0100) Subject: DMA-API: crypto: fix ixp4xx crypto platform device support X-Git-Tag: v3.13-rc1~104^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8cbc3f7921d0a50c032c8ee7131f8ee10c6b5a9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed