diff --git a/include/linux/backing-dev-defs.h b/include/linux/backing-dev-defs.h index 73fb6bc0d40cf69fdf5569d119478bc77841b122..f2bda824bedc3f9a84571a0c4b3b28df82f12eda 100644 --- a/include/linux/backing-dev-defs.h +++ b/include/linux/backing-dev-defs.h @@ -201,10 +201,14 @@ struct backing_dev_info { #endif wait_queue_head_t wb_waitq; +#ifndef __GENKSYMS__ union { struct rcu_device *rcu_dev; struct device *dev; }; +#else + struct device *dev; +#endif struct device *owner; struct timer_list laptop_mode_wb_timer;