1. 13 10月, 2010 8 次提交
  2. 09 10月, 2010 1 次提交
  3. 03 10月, 2010 2 次提交
  4. 29 9月, 2010 6 次提交
  5. 17 9月, 2010 1 次提交
  6. 09 9月, 2010 8 次提交
  7. 08 9月, 2010 1 次提交
  8. 01 9月, 2010 3 次提交
  9. 18 8月, 2010 1 次提交
    • G
      m68knommu: include sched.h in ColdFire/SPI driver · 5e1c5335
      Greg Ungerer 提交于
      Using the coldfire qspi driver, I get the following error:
      
      drivers/spi/coldfire_qspi.c: In function 'mcfqspi_irq_handler':
      drivers/spi/coldfire_qspi.c:166: error: 'TASK_NORMAL' undeclared (first use in this function)
      drivers/spi/coldfire_qspi.c:166: error: (Each undeclared identifier is reported only once
      
      It is solved by adding the following include to coldfire_sqpi.c:
      
          #include <linux/sched.h>
      
      Fix suggested by Jate Sujjavanich <jsujjavanich@syntech-fuelmaster.com>
      Signed-off-by: NGreg Ungerer <gerg@uclinux.org>
      5e1c5335
  10. 06 8月, 2010 1 次提交
  11. 01 8月, 2010 2 次提交
  12. 30 7月, 2010 1 次提交
  13. 12 7月, 2010 1 次提交
  14. 06 7月, 2010 1 次提交
  15. 04 7月, 2010 3 次提交