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 <st...@rowland.harvard.edu>
> Signed-off-by: Lan Tianyu <tianyu....@intel.com>
> ---
>  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 d213495..3d4d1f8 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_GPL(dev_pm_qos_flags);

Care to move this patch to the proper place in the sequence (i.e. right
before the patch that actually needs it?)

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to