Re: [PATCH] usb: g_ffs: fix compilation warning

2013-10-04 Thread David Cohen
On 10/04/2013 03:03 PM, David Cohen wrote: On 10/04/2013 02:51 PM, Greg KH wrote: On Fri, Oct 04, 2013 at 02:48:46PM -0700, David Cohen wrote: Due to lack of "u_ether.h" header file, g_ffs.c compiles with following warning: It does? In what tree/branch/release is this happening? This is in

Re: [PATCH] usb: g_ffs: fix compilation warning

2013-10-04 Thread David Cohen
On 10/04/2013 02:51 PM, Greg KH wrote: On Fri, Oct 04, 2013 at 02:48:46PM -0700, David Cohen wrote: Due to lack of "u_ether.h" header file, g_ffs.c compiles with following warning: It does? In what tree/branch/release is this happening? This is intended for Linus' 3.12-rc3. Haven't checked

Re: [PATCH] usb: g_ffs: fix compilation warning

2013-10-04 Thread Greg KH
On Fri, Oct 04, 2013 at 02:48:46PM -0700, David Cohen wrote: > Due to lack of "u_ether.h" header file, g_ffs.c compiles with following > warning: It does? In what tree/branch/release is this happening? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

[PATCH] usb: g_ffs: fix compilation warning

2013-10-04 Thread David Cohen
Due to lack of "u_ether.h" header file, g_ffs.c compiles with following warning: 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_PARAM