Skip to content
Snippets Groups Projects
  1. Sep 21, 2011
    • Randy Dunlap's avatar
      nfc: NFC_WILINK depends on NFC_NCI · ed46fdfc
      Randy Dunlap authored
      
      nwcwilink.c uses nci_*() interfaces, so it should depend on
      NFC_NCI.
      
      Fixes these build errors:
      ERROR: "nci_register_device" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_allocate_device" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_recv_frame" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_free_device" [drivers/nfc/nfcwilink.ko] undefined!
      ERROR: "nci_unregister_device" [drivers/nfc/nfcwilink.ko] undefined!
      
      Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      ed46fdfc
  2. Sep 20, 2011
  3. Aug 24, 2011
  4. Jul 26, 2011
  5. Jul 05, 2011
  6. Feb 25, 2011
  7. Jan 16, 2011
    • Andrew Morton's avatar
      drivers/nfc/pn544.c: fix min_t warnings · e78bf5e6
      Andrew Morton authored
      
      Fix these:
      
        drivers/nfc/pn544.c: In function 'pn544_read':
        drivers/nfc/pn544.c:356: warning: comparison of distinct pointer types lacks a cast
        drivers/nfc/pn544.c:377: warning: comparison of distinct pointer types lacks a cast
        drivers/nfc/pn544.c: In function 'pn544_write':
        drivers/nfc/pn544.c:463: warning: comparison of distinct pointer types lacks a cast
        drivers/nfc/pn544.c:485: warning: comparison of distinct pointer types lacks a cast
      
      Cc: "Matti J. Aaltonen" <matti.j.aaltonen@nokia.com>
      Cc: Stephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      e78bf5e6
  8. Jan 13, 2011
Loading