1. 19 11月, 2010 7 次提交
  2. 18 11月, 2010 1 次提交
    • Y
      staging: spectra: fix build error · 73e1cc4a
      Yong Wang 提交于
      blk_queue_ordered() has been deprecated and replaced with
      blk_queue_flush() by Tejun. However, use of blk_queue_ordered()
      in spectra nand driver has not been converted yet and thus results
      in the following build error.
      
      drivers/staging/spectra/ffsport.c: In function SBD_setup_device:
      drivers/staging/spectra/ffsport.c:659: error: implicit declaration of function blk_queue_ordered
      drivers/staging/spectra/ffsport.c:659: error: QUEUE_ORDERED_DRAIN_FLUSH undeclared (first use in this function)
      drivers/staging/spectra/ffsport.c:659: error: (Each undeclared identifier is reported only once
      drivers/staging/spectra/ffsport.c:659: error: for each function it appears in.)
      Signed-off-by: NYong Wang <yong.y.wang@intel.com>
      Cc: Tejun Heo <tj@kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      73e1cc4a
  3. 17 11月, 2010 13 次提交
  4. 16 11月, 2010 19 次提交