summaryrefslogtreecommitdiff
path: root/compat/compat-3.5.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/compat-3.5.c')
-rw-r--r--compat/compat-3.5.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/compat-3.5.c b/compat/compat-3.5.c
index de31228..8146803 100644
--- a/compat/compat-3.5.c
+++ b/compat/compat-3.5.c
@@ -67,6 +67,8 @@ EXPORT_SYMBOL_GPL(overflowuid);
EXPORT_SYMBOL_GPL(overflowgid);
#endif
+#if 0
+/* backported to all of our kernels */
#if IS_ENABLED(CONFIG_PTP_1588_CLOCK)
int ptp_clock_index(struct ptp_clock *ptp)
{
@@ -74,6 +76,7 @@ int ptp_clock_index(struct ptp_clock *ptp)
}
EXPORT_SYMBOL(ptp_clock_index);
#endif /* CONFIG_PTP_1588_CLOCK */
+#endif
#ifdef CONFIG_GPIOLIB
static void devm_gpio_release(struct device *dev, void *res)