Re: [PATCH v5 01/10] PM/Qos: Expose dev_pm_qos_flags symbol

2013-01-20 Thread Greg KH
On Sun, Jan 20, 2013 at 01:53:30AM +0800, 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 export it. > > Acked-by: Alan Stern > Signed-off-by: Lan Tianyu > --- > drivers/base/power/qos.c |1 + > 1 file changed,

[PATCH v5 01/10] PM/Qos: Expose dev_pm_qos_flags symbol

2013-01-19 Thread Lan Tianyu
The dev_pm_qos_flags() will be used in the usb core which could be compiled as a module. This patch is to export it. Acked-by: Alan Stern Signed-off-by: Lan Tianyu --- drivers/base/power/qos.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/base/power/qos.c b/drivers/base/power/q