1. 22 9月, 2006 1 次提交
  2. 29 5月, 2006 1 次提交
  3. 12 4月, 2006 1 次提交
    • J
      [PATCH] mtd, nettel: fix build error and implicit declaration · 6cc449c7
      Jesper Juhl 提交于
      I just hit the following error and warning :
        drivers/mtd/maps/nettel.c: In function `nettel_init':
        drivers/mtd/maps/nettel.c:418: error: `ROOT_DEV' undeclared (first use in this function)
        drivers/mtd/maps/nettel.c:418: error: (Each undeclared identifier is reported only once
        drivers/mtd/maps/nettel.c:418: error: for each function it appears in.)
        drivers/mtd/maps/nettel.c:418: warning: implicit declaration of function `MKDEV'
        make[3]: *** [drivers/mtd/maps/nettel.o] Error 1
        make[2]: *** [drivers/mtd/maps] Error 2
        make[1]: *** [drivers/mtd] Error 2
      The patch fixes the missing ROOT_DEV declaration by including linux/root_dev.h
      and fixes the implicit declaration of MKDEV by including linux/kdev_t.h .
      Signed-off-by: NJesper Juhl <jesper.juhl@gmail.com>
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      6cc449c7
  4. 01 4月, 2006 1 次提交
  5. 30 11月, 2005 1 次提交
  6. 07 11月, 2005 1 次提交
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4