On 2013年01月09日 23:02, Alan Stern wrote: > On Wed, 9 Jan 2013, Lan Tianyu wrote: > >> The dev_pm_qos_flags() will be used in the usb core which could be >> compiled as a module. This patch is to epose it. >> >> Signed-off-by: Lan Tianyu <tianyu.lan@xxxxxxxxx> >> --- >> drivers/base/power/qos.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/base/power/qos.c b/drivers/base/power/qos.c >> index ff46387..e26b380 100644 >> --- a/drivers/base/power/qos.c >> +++ b/drivers/base/power/qos.c >> @@ -91,6 +91,7 @@ enum pm_qos_flags_status dev_pm_qos_flags(struct device *dev, s32 mask) >> >> return ret; >> } >> +EXPORT_SYMBOL(dev_pm_qos_flags); > > What happens if somebody is running git-bisect and they want to test a > kernel that contains patches 1-9 but not this patch? > Ok. I think I should put this patch in the first place or ahead of the first patch which calls dev_pm_qos_flags(). > Alan Stern > -- Best regards Tianyu Lan -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html