From 84325931ccddb09f6313466fb272e8125569ae07 Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Tue, 21 Nov 2017 16:35:43 +0000 Subject: backports:Backports for tegra 3.1 kernel Signed-off-by: Dominik Sliwa --- compat/compat-3.5.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'compat/compat-3.5.c') diff --git a/compat/compat-3.5.c b/compat/compat-3.5.c index de31228..721ec0e 100644 --- a/compat/compat-3.5.c +++ b/compat/compat-3.5.c @@ -67,7 +67,9 @@ EXPORT_SYMBOL_GPL(overflowuid); EXPORT_SYMBOL_GPL(overflowgid); #endif -#if IS_ENABLED(CONFIG_PTP_1588_CLOCK) +/* #if IS_ENABLED(CONFIG_PTP_1588_CLOCK) */ +/* backported to all of our kernels */ +#if 0 int ptp_clock_index(struct ptp_clock *ptp) { return ptp->index; -- cgit v1.2.3