From: Sebastian Andrzej Siewior Date: Sun, 23 Dec 2012 20:10:04 +0000 (+0100) Subject: usb: gadget: u_serial: convert into a module X-Git-Tag: v3.9-rc1~126^2~43^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3249ca22c088c286d6227d8fae9c85a43a8ce9f6;p=pandora-kernel.git usb: gadget: u_serial: convert into a module Every user of u_serial has now to select the U_SERIAL symbol instead of including the file. There is one limition with this: ports and and gs_tty_driver are global variables in u_serial. Since all users share them, there can be only one user loaded at a time i.e. either g_serial or g_nokia. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed