From: Felipe Balbi Date: Mon, 13 Jun 2011 15:43:59 +0000 (+0300) Subject: usb: gadget: chips: remove ifdef trickery X-Git-Tag: v3.1-rc1~234^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=199e7edbb1b32d237ade354fee24eef5e2cbeb18;p=pandora-kernel.git usb: gadget: chips: remove ifdef trickery the gadget controller number is only used during bind() to update descriptors and/or check that a particular controller can support a particular gadget driver. Because of that, we can remove the ifdef trickery as it's a rather small optimization anyway. While at that, also sort the entries alphabetically and add a comment stating we want to keep the list ordered alphabetically. Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed