1. 06 8月, 2008 1 次提交
  2. 28 4月, 2008 2 次提交
  3. 17 10月, 2007 2 次提交
  4. 10 5月, 2007 1 次提交
  5. 09 5月, 2007 7 次提交
  6. 23 3月, 2007 1 次提交
  7. 27 2月, 2007 1 次提交
    • O
      [PATCH] Fix build-failure in drivers/video/s3fb.c · 62fa4dc7
      Ondrej Zajicek 提交于
      Toralf Förster pointed out that drivers/video/s3fb.c would fail to compile:
      > ...
      >   CC      drivers/video/s3fb.o
      > drivers/video/s3fb.c: In function `s3_pci_remove':
      > drivers/video/s3fb.c:1003: warning: unused variable `par'
      > drivers/video/s3fb.c: In function `s3fb_setup':
      > drivers/video/s3fb.c:1141: error: `mtrr' undeclared (first use in this function)
      > drivers/video/s3fb.c:1141: error: (Each undeclared identifier is reported only once
      > drivers/video/s3fb.c:1141: error: for each function it appears in.)
      > make[2]: *** [drivers/video/s3fb.o] Error 1
      > make[1]: *** [drivers/video] Error 2
      > make: *** [drivers] Error 2
      
      Here is fix, it also fixes broken boot options.
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      62fa4dc7
  8. 13 2月, 2007 1 次提交