1. 02 Mar, 2011 1 commit
  2. 27 Feb, 2011 4 commits
  3. 26 Feb, 2011 2 commits
  4. 22 Feb, 2011 1 commit
    • Anand Gadiyar's avatar
      Bluetooth: fix build break on hci_sock.c · b7440a14
      Anand Gadiyar authored
      Linux-next as of 20110217 complains when building for OMAP1.
      
        LD      vmlinux
      `hci_sock_cleanup' referenced in section `.init.text' of net/built-in.o: defined in discarded section `.exit.text' of net/built-in.o
      `hci_sock_cleanup' referenced in section `.init.text' of net/built-in.o: defined in discarded section `.exit.text' of net/built-in.o
      make: *** [vmlinux] Error 1
      
      A recent patch by Gustavo (Bluetooth: Merge L2CAP and SCO modules
      into bluetooth.ko) introduced this by calling the hci_sock_cleanup
      function in the error path of bt_init.
      
      Fix this by dropping the __exit marking for hci_sock_cleanup.
      Signed-off-by: default avatarAnand Gadiyar <gadiyar@ti.com>
      Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
      b7440a14
  5. 21 Feb, 2011 9 commits
  6. 18 Feb, 2011 21 commits
  7. 17 Feb, 2011 2 commits