From: Hauke Mehrtens Date: Wed, 13 Feb 2013 19:33:51 +0000 (+0100) Subject: compat: add empty struct watchdog_device X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=00116d84656a88e5b69638e8cc97317e570b9921;p=openwrt%2Fstaging%2Fblogic.git compat: add empty struct watchdog_device This is needed in some header file but so driver accesses this struct. Signed-off-by: Hauke Mehrtens --- diff --git a/include/linux/compat-3.1.h b/include/linux/compat-3.1.h index 9d78b7d62e06..2b5eb8b7340f 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 */