From: Andrzej Pietrasiewicz Date: Mon, 11 Jun 2012 09:13:15 +0000 (+0200) Subject: usb: gadget: add multiple definition guards X-Git-Tag: v3.6-rc6~19^2~5^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea0e627623e236e4cbec9f44b4a755bc4a4b852d;p=pandora-kernel.git usb: gadget: add multiple definition guards If f_fs.c and u_serial.c are combined together using #include, which has been a common practice so far, the pr_vdebug macro is defined multiple times. Define it only once. Acked-by: Randy Dunlap Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed