aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ptp_clock_kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ptp_clock_kernel.h')
-rw-r--r--include/linux/ptp_clock_kernel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/ptp_clock_kernel.h b/include/linux/ptp_clock_kernel.h
index 6b15e168148a..5ad54fc66cf0 100644
--- a/include/linux/ptp_clock_kernel.h
+++ b/include/linux/ptp_clock_kernel.h
@@ -127,6 +127,11 @@ struct ptp_clock;
127 * 127 *
128 * @info: Structure describing the new clock. 128 * @info: Structure describing the new clock.
129 * @parent: Pointer to the parent device of the new clock. 129 * @parent: Pointer to the parent device of the new clock.
130 *
131 * Returns a valid pointer on success or PTR_ERR on failure. If PHC
132 * support is missing at the configuration level, this function
133 * returns NULL, and drivers are expected to gracefully handle that
134 * case separately.
130 */ 135 */
131 136
132extern struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info, 137extern struct ptp_clock *ptp_clock_register(struct ptp_clock_info *info,