Staging: sep: tidy firmware load
authorAlan Cox <alan@linux.intel.com>
Fri, 14 Aug 2009 14:41:50 +0000 (15:41 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:15 +0000 (12:02 -0700)
commit6f13ea3df5de2af5c50e15218553c2434e455be9
tree46e443b980f65b4a9f0e5fad0736708ed57b78de
parent51faa9d27cbcfd5165d31762161319a2fdb11856
Staging: sep: tidy firmware load

Start by removing unused fields and then work this back to eliminate unused
chunks of the firmware loading ioctl (ie almost all of it)

Also fix the wrong handling of shared allocations and allocate the rar
region properly with dma_alloc_coherent not kmalloc, as it is device shared.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/sep/sep_dev.h
drivers/staging/sep/sep_driver.c
drivers/staging/sep/sep_driver_api.h