]> git.baikalelectronics.ru Git - kernel.git/commit
USB: making the kernel -Wshadow clean - USB & completion
authorJesper Juhl <jesper.juhl@gmail.com>
Sun, 30 Jul 2006 16:43:43 +0000 (18:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:52 +0000 (11:58 -0700)
commitbf45ef9b49dd7c5e893e39f57e46a947408c085e
tree0ea75b71862103a6c095948a2eecb68ded92fdcd
parentbe64cdcf666ccce16e3bc8556b3a30df9221ce5e
USB: making the kernel -Wshadow clean - USB & completion

include/linux/usb.h causes a lot of -Wshadow warnings - fix them.

  include/linux/usb.h:901: warning: declaration of 'complete' shadows a global declaration
  include/linux/completion.h:52: warning: shadowed declaration is here
  include/linux/usb.h:932: warning: declaration of 'complete' shadows a global declaration
  include/linux/completion.h:52: warning: shadowed declaration is here
  include/linux/usb.h:967: warning: declaration of 'complete' shadows a global declaration
  include/linux/completion.h:52: warning: shadowed declaration is here

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/usb.h