Skip to content

Commit

Permalink
PM/Qos: Expose dev_pm_qos_flags symbol
Browse files Browse the repository at this point in the history
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 <stern@rowland.harvard.edu>
Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Lan Tianyu authored and Greg Kroah-Hartman committed Jan 25, 2013
1 parent 88bb965 commit 6802771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/base/power/qos.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/**
* __dev_pm_qos_read_value - Get PM QoS constraint for a given device.
Expand Down

0 comments on commit 6802771

Please sign in to comment.