summaryrefslogtreecommitdiffstats
path: root/drivers/staging/spectra
Commit message (Collapse)AuthorAgeFilesLines
* Staging: spectra: remove non existing blk_fs_request wrapperJavier Martinez Canillas2010-06-251-1/+1
| | | | | | | | | | | | | | | The spectra driver doesn't compile with today linux-next The problem is that it tries to use a blk_fs_request macro. Searching for this macro I saw that it used to exist in linux/blkdev.h as #define blk_fs_request(rq) ((rq)->cmd_type == REQ_TYPE_FS) This patch solves the issue eliminating the unnecessary (and now inexistent) wrapper Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* spectra: Rename config optionsDavid Woodhouse2010-06-083-22/+22
| | | | | | This is the Spectra driver, so use CONFIG_SPECTRA. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
* spectra: Move to drivers/stagingDavid Woodhouse2010-06-0820-0/+12463
It'll take some work before this is really shippable. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
OpenPOWER on IntegriCloud