This is needed in some header file but so driver accesses this struct. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- include/linux/compat-3.1.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/linux/compat-3.1.h b/include/linux/compat-3.1.h index 9d78b7d..2b5eb8b 100644 --- a/include/linux/compat-3.1.h +++ b/include/linux/compat-3.1.h @@ -105,6 +105,10 @@ void ida_simple_remove(struct ida *ida, unsigned int id); unsigned int cpufreq_quick_get_max(unsigned int cpu); #endif + +struct watchdog_device { +}; + #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(3,1,0)) */ #endif /* LINUX_3_1_COMPAT_H */ -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html