Revision 0eb808eb753cd44e740da8e64f5c97a2a8e07578 authored by Geert Uytterhoeven on 10 March 2014, 22:49:52 UTC, committed by Linus Torvalds on 11 March 2014, 00:26:21 UTC
This avoids bad interactions with code using identifiers called "ffs":

  drivers/usb/gadget/f_fs.c: In function 'ffsmod_init':
  drivers/usb/gadget/f_fs.c:2693:494: error: 'ffsusb_func' undeclared (first use in this function)
  drivers/usb/gadget/f_fs.c:2693:494: note: each undeclared identifier is reported only once for each function it appears in
  drivers/usb/gadget/f_fs.c: In function 'ffsmod_exit':
  drivers/usb/gadget/f_fs.c:2693:677: error: 'ffsusb_func' undeclared (first use in this function)
  drivers/usb/gadget/f_fs.c: At top level:
  drivers/usb/gadget/f_fs.c:2693:35: warning: 'kernel_ffsusb_func' defined but not used [-Wunused-variable]
  drivers/usb/gadget/f_fs.c: In function 'ffsmod_init':
  drivers/usb/gadget/f_fs.c:2693:15: warning: control reaches end of non-void function [-Wreturn-type]

See http://kisskb.ellerman.id.au/kisskb/buildresult/10715817/

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent d7d673a
History
File Mode Size
netfilter
Kconfig -rw-r--r-- 2.0 KB
Makefile -rw-r--r-- 536 bytes
br.c -rw-r--r-- 2.3 KB
br_device.c -rw-r--r-- 9.0 KB
br_fdb.c -rw-r--r-- 20.7 KB
br_forward.c -rw-r--r-- 6.5 KB
br_if.c -rw-r--r-- 9.5 KB
br_input.c -rw-r--r-- 5.9 KB
br_ioctl.c -rw-r--r-- 8.9 KB
br_mdb.c -rw-r--r-- 11.0 KB
br_multicast.c -rw-r--r-- 44.4 KB
br_netfilter.c -rw-r--r-- 28.6 KB
br_netlink.c -rw-r--r-- 12.5 KB
br_notify.c -rw-r--r-- 2.7 KB
br_private.h -rw-r--r-- 21.7 KB
br_private_stp.h -rw-r--r-- 1.9 KB
br_stp.c -rw-r--r-- 13.0 KB
br_stp_bpdu.c -rw-r--r-- 5.7 KB
br_stp_if.c -rw-r--r-- 7.7 KB
br_stp_timer.c -rw-r--r-- 4.5 KB
br_sysfs_br.c -rw-r--r-- 22.6 KB
br_sysfs_if.c -rw-r--r-- 8.2 KB
br_vlan.c -rw-r--r-- 8.0 KB

back to top