]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Staging: slicoss: use request_firmware
authorLior Dotan <liodot@gmail.com>
Wed, 5 Nov 2008 14:02:20 +0000 (16:02 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:08 +0000 (13:52 -0800)
commit470c5736fffa16923a3d27a0f365b691086a014d
tree66e9d8e935a7642d2842fbc9afd7f275f426f9b9
parent66615321f59c6ff98b7bf2e9a3caf04ff30c031b
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 <liodot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/slicoss/slic.h
drivers/staging/slicoss/slicoss.c