1. 09 10月, 2008 2 次提交
  2. 07 10月, 2008 1 次提交
  3. 22 9月, 2008 1 次提交
  4. 05 9月, 2008 1 次提交
  5. 04 9月, 2008 1 次提交
  6. 02 9月, 2008 1 次提交
  7. 31 8月, 2008 2 次提交
  8. 30 8月, 2008 1 次提交
  9. 24 8月, 2008 1 次提交
  10. 23 8月, 2008 2 次提交
  11. 11 8月, 2008 2 次提交
  12. 09 8月, 2008 1 次提交
  13. 07 8月, 2008 2 次提交
  14. 03 8月, 2008 1 次提交
  15. 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
  16. 01 8月, 2008 11 次提交
  17. 31 7月, 2008 1 次提交
  18. 30 7月, 2008 3 次提交
  19. 25 7月, 2008 5 次提交