staging: west bridge: cyasgadget, remove file system / vfs calls
authorDavid Cross <david.cross@cypress.com>
Fri, 10 Sep 2010 23:55:53 +0000 (16:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 14 Sep 2010 23:52:47 +0000 (16:52 -0700)
This patch remove file system specific (fat_get_block) and vfs calls
from the cyasgadget driver. The current implementation expects user
space to write the file (open, seek to end, 1 byte write), followed by a
call to clear the dirty pages from the the page cache.

Signed-off-by: David Cross <david.cross@cypress.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found