1. 07 11月, 2013 1 次提交
  2. 14 7月, 2012 1 次提交
  3. 01 11月, 2011 1 次提交
  4. 11 9月, 2011 1 次提交
  5. 29 10月, 2010 1 次提交
  6. 09 8月, 2010 1 次提交
  7. 22 4月, 2010 1 次提交
  8. 25 2月, 2010 1 次提交
  9. 09 5月, 2009 1 次提交
  10. 28 3月, 2009 1 次提交
  11. 02 8月, 2008 1 次提交
    • D
      [MTD] Fix !CONFIG_BLOCK compile for mtdsuper.c · f1136d02
      David Woodhouse 提交于
      As reported by Adrian Bunk, commit d5686b44
      (switch mtd and dm-table to lookup_bdev()) causes the following compile
      error with CONFIG_BLOCK=n:
      
        CC      drivers/mtd/mtdsuper.o
      drivers/mtd/mtdsuper.c: In function `get_sb_mtd':
      drivers/mtd/mtdsuper.c:184: error: implicit declaration of function 'lookup_bdev'
      drivers/mtd/mtdsuper.c:184: warning: assignment makes pointer from integer without a cast
      drivers/mtd/mtdsuper.c:197: error: implicit declaration of function 'bdput'
      make[3]: *** [drivers/mtd/mtdsuper.o] Error 1
      
      Fix it by putting the block device lookup inside #ifdef CONFIG_BLOCK
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      f1136d02
  12. 01 8月, 2008 1 次提交
  13. 15 2月, 2008 2 次提交
  14. 03 9月, 2007 1 次提交
  15. 02 6月, 2007 1 次提交
  16. 11 5月, 2007 1 次提交