1. 30 7月, 2013 1 次提交
  2. 23 1月, 2013 1 次提交
  3. 22 11月, 2012 2 次提交
  4. 16 10月, 2012 1 次提交
  5. 12 9月, 2012 1 次提交
  6. 11 8月, 2012 1 次提交
  7. 05 6月, 2012 1 次提交
  8. 24 1月, 2012 1 次提交
  9. 12 12月, 2011 8 次提交
  10. 28 11月, 2011 1 次提交
  11. 15 11月, 2011 1 次提交
    • K
      usb: gadget: renesas_usbhs: fixup section mismatch warning · b7a8d17d
      Kuninori Morimoto 提交于
      Fix up the following section mismatch warnings:
      
      WARNING: drivers/usb/renesas_usbhs/renesas_usbhs.o(.text+0xf5d): Section
      mismatch in reference from the function usbhs_mod_probe() to the function
      .devinit.text:usbhs_mod_host_probe() The function usbhs_mod_probe() references
      the function __devinit usbhs_mod_host_probe().  This is often because
      usbhs_mod_probe lacks a __devinit annotation or the annotation of
      usbhs_mod_host_probe is wrong.
      
      WARNING: drivers/usb/renesas_usbhs/renesas_usbhs.o(.text+0xfd7): Section
      mismatch in reference from the function usbhs_mod_probe() to the function
      .devexit.text:usbhs_mod_host_remove() The function usbhs_mod_probe() references
      a function in an exit section.  Often the function usbhs_mod_host_remove() has
      valid usage outside the exit section and the fix is to remove the __devexit
      annotation of usbhs_mod_host_remove.
      
      WARNING: drivers/usb/renesas_usbhs/renesas_usbhs.o(.text+0x1005): Section
      mismatch in reference from the function usbhs_mod_remove() to the function
      .devexit.text:usbhs_mod_host_remove() The function usbhs_mod_remove()
      references a function in an exit section.  Often the function
      usbhs_mod_host_remove() has valid usage outside the exit section and the fix is
      to remove the __devexit annotation of usbhs_mod_host_remove.
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b7a8d17d
  12. 14 10月, 2011 9 次提交
  13. 09 7月, 2011 1 次提交
  14. 08 6月, 2011 2 次提交
  15. 12 5月, 2011 1 次提交
  16. 30 4月, 2011 5 次提交
  17. 14 4月, 2011 1 次提交