From: Lior Dotan Date: Wed, 5 Nov 2008 14:02:20 +0000 (+0200) Subject: Staging: slicoss: use request_firmware X-Git-Tag: v2.6.29-rc1~228^2~120 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470c5736fffa16923a3d27a0f365b691086a014d;p=pandora-kernel.git Staging: slicoss: use request_firmware This should make the driver use request_firmware() instead of a static firmware. Some obvious things are missing: 1) The unneeded header files are not removed yet. This is to keep the patch size small. 2) The .bin files are missing so the driver doesn't have what to load. 3) Testing. None of this was tested. It does compiles OK though :) Signed-off-by: Lior Dotan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed