From: Alan Stern Date: Thu, 27 Jun 2013 19:27:07 +0000 (-0400) Subject: USB: move the definition of USB_MAXCHILDREN X-Git-Tag: v3.11-rc3~9^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ff66db3fb5642906e46e73ca9cf92f1c5974ff;p=pandora-kernel.git USB: move the definition of USB_MAXCHILDREN The USB_MAXCHILDREN symbol is used in include/uapi/linux/usb/ch11.h, a user-mode header, even though it is defined in include/linux/usb.h, which is kernel-only. This causes compile-time errors when user programs try to #include linux/usb/ch11.h. This patch fixes the problem by moving the definition of USB_MAXCHILDREN into ch11.h. It also gets rid of unneeded parentheses. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed