1. 23 2月, 2015 1 次提交
  2. 17 7月, 2014 1 次提交
  3. 01 7月, 2014 1 次提交
  4. 13 12月, 2013 8 次提交
  5. 10 10月, 2013 1 次提交
    • D
      usb: g_ffs: fix compilation warning · 7fc031e6
      David Cohen 提交于
      If USB_FUNCTIONFS is selected without USB_FUNCTIONFS_ETH and
      USB_FUNCTIONFS_RNIS, u_ether.h won't be included and then
      USB_ETHERNET_MODULE_PARAMAETERS macro won't be available causing the
      following warning compilation:
      
      drivers/usb/gadget/g_ffs.c:81:1: warning: data definition has no type or
      storage class [enabled by default]
      drivers/usb/gadget/g_ffs.c:81:1: warning: type defaults to ‘int’ in
      declaration of ‘USB_ETHERNET_MODULE_PARAMETERS’ [-Wimplicit-int]
      drivers/usb/gadget/g_ffs.c:81:1: warning: function declaration isn’t a
      prototype [-Wstrict-prototypes]
      
      This patch fixes the warning by making USB_ETHERNET_MODULE_PARAMETERS to
      be used iff u_ether.h is included, otherwise it is not needed.
      Signed-off-by: NDavid Cohen <david.a.cohen@linux.intel.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      7fc031e6
  6. 06 10月, 2013 1 次提交
    • D
      usb: g_ffs: fix compilation warning · e81b1a6e
      David Cohen 提交于
      If USB_FUNCTIONFS is selected without USB_FUNCTIONFS_ETH and
      USB_FUNCTIONFS_RNIS, u_ether.h won't be included and then
      USB_ETHERNET_MODULE_PARAMAETERS macro won't be available causing the
      following warning compilation:
      
      drivers/usb/gadget/g_ffs.c:81:1: warning: data definition has no type or
      storage class [enabled by default]
      drivers/usb/gadget/g_ffs.c:81:1: warning: type defaults to ‘int’ in
      declaration of ‘USB_ETHERNET_MODULE_PARAMETERS’ [-Wimplicit-int]
      drivers/usb/gadget/g_ffs.c:81:1: warning: function declaration isn’t a
      prototype [-Wstrict-prototypes]
      
      This patch fixes the warning by making USB_ETHERNET_MODULE_PARAMETERS to
      be used iff u_ether.h is included, otherwise it is not needed.
      Signed-off-by: NDavid Cohen <david.a.cohen@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      e81b1a6e
  7. 10 6月, 2013 5 次提交
  8. 03 4月, 2013 1 次提交
  9. 20 3月, 2013 1 次提交
  10. 10 9月, 2012 10 次提交
  11. 15 5月, 2012 1 次提交
  12. 11 4月, 2012 1 次提交
  13. 24 1月, 2012 1 次提交
  14. 10 9月, 2011 1 次提交
    • K
      usb gadget: clean up FSF boilerplate text · 28c9fc68
      Klaus Schwarzkopf 提交于
      remove the following two paragraphs as they are not needed:
      
      This program is distributed in the hope that it will be useful, but
      WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
      FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
      License for more details.
      
      You should have received a copy of the GNU General Public License along with
      this program; if not, write to the Free Software Foundation, Inc.,59
      Temple Place - Suite 330, Boston, MA  02111-1307, USA.
      Signed-off-by: NKlaus Schwarzkopf <schwarzkopf@sensortherm.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      28c9fc68
  15. 02 7月, 2011 1 次提交
  16. 18 11月, 2010 1 次提交
  17. 17 11月, 2010 1 次提交
  18. 23 10月, 2010 3 次提交