From f09b59ee5558b49b703809e6e26c77f26d1f3f42 Mon Sep 17 00:00:00 2001 From: yangkai Date: Thu, 23 Feb 2012 18:06:09 +0800 Subject: [PATCH] update MACRO for android4.0 --- drivers/usb/gadget/storage_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 drivers/usb/gadget/storage_common.c diff --git a/drivers/usb/gadget/storage_common.c b/drivers/usb/gadget/storage_common.c old mode 100644 new mode 100755 index 618b3f076c1f..af2d06f97748 --- a/drivers/usb/gadget/storage_common.c +++ b/drivers/usb/gadget/storage_common.c @@ -771,7 +771,7 @@ static ssize_t fsg_store_file(struct device *dev, struct device_attribute *attr, printk("store_file: \"%s\"\n", buf); #endif -#ifndef CONFIG_USB_ANDROID_MASS_STORAGE +#ifndef CONFIG_USB_G_ANDROID /* disabled in android because we need to allow closing the backing file * if the media was removed */ -- 2.34.1