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
crush
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 357 bytes
armor.c -rw-r--r-- 1.9 KB
auth.c -rw-r--r-- 7.6 KB
auth_none.c -rw-r--r-- 3.0 KB
auth_none.h -rw-r--r-- 529 bytes
auth_x.c -rw-r--r-- 16.9 KB
auth_x.h -rw-r--r-- 868 bytes
auth_x_protocol.h -rw-r--r-- 1.7 KB
buffer.c -rw-r--r-- 1.2 KB
ceph_common.c -rw-r--r-- 14.8 KB
ceph_fs.c -rw-r--r-- 1.7 KB
ceph_hash.c -rw-r--r-- 2.8 KB
ceph_strings.c -rw-r--r-- 3.9 KB
crypto.c -rw-r--r-- 11.7 KB
crypto.h -rw-r--r-- 1.4 KB
debugfs.c -rw-r--r-- 6.4 KB
messenger.c -rw-r--r-- 81.4 KB
mon_client.c -rw-r--r-- 26.2 KB
msgpool.c -rw-r--r-- 2.0 KB
osd_client.c -rw-r--r-- 74.5 KB
osdmap.c -rw-r--r-- 29.5 KB
pagelist.c -rw-r--r-- 3.6 KB
pagevec.c -rw-r--r-- 4.7 KB
snapshot.c -rw-r--r-- 2.2 KB

back to top