From: Michal Nazarewicz Date: Tue, 6 Nov 2012 21:52:38 +0000 (+0100) Subject: usb: gadget: storage_common: Drop #ifdefs used for the sake of FSG. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~59^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8575f7a70610c89135c374e4305421c41e39e810;p=pandora-kernel.git usb: gadget: storage_common: Drop #ifdefs used for the sake of FSG. storage_common.c has been used by both file_storage.c and f_mass_storage.c which had some different requirements in a few places. To accomodate for that, storage_common.c provided configuratian macros which were to be defined (or not) prior to the file #inclusion. Because now file_storage.c is no longer with us, we can remove support for those macros and thus simplify the code slightly. Signed-off-by: Michal Nazarewicz Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed