1. 30 5月, 2013 1 次提交
    • D
      MN10300: Need pci_iomap() and __pci_ioport_map() defining · 1aeeac7a
      David Howells 提交于
      Include the generic definitions of pci_iomap() and __pci_ioport_map()
      otherwise we can get errors like:
      
        lib/pci_iomap.c: In function 'pci_iomap':
        lib/pci_iomap.c:37: error: implicit declaration of function '__pci_ioport_map'
        lib/pci_iomap.c:37: warning: return makes pointer from integer without a cast
      
      and:
      
        drivers/pci/quirks.c: In function 'disable_igfx_irq':
        drivers/pci/quirks.c:2893: error: implicit declaration of function 'pci_iomap'
        drivers/pci/quirks.c:2893: warning: initialization makes pointer from integer without a cast
        drivers/pci/quirks.c: In function 'reset_ivb_igd':
        drivers/pci/quirks.c:3133: warning: assignment makes pointer from integer without a cast
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      Acked-by: NKen Cox <jkc@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      1aeeac7a
  2. 24 2月, 2012 2 次提交
  3. 10 9月, 2009 1 次提交
  4. 10 8月, 2009 1 次提交
  5. 30 6月, 2009 1 次提交
  6. 18 6月, 2009 1 次提交
  7. 10 4月, 2009 1 次提交
  8. 25 3月, 2009 1 次提交
  9. 25 7月, 2008 1 次提交
  10. 09 2月, 2008 1 次提交