Re: [PATCH] debugfs: fix debugfs_real_fops() build error

2017-11-14 Thread Arnd Bergmann
On Tue, Nov 14, 2017 at 12:50 PM, Greg Kroah-Hartman wrote: > On Tue, Nov 14, 2017 at 12:40:31PM +0100, Arnd Bergmann wrote: >> Some drivers use debugfs_real_fops() even when CONFIG_DEBUG_FS is disabled, >> which now leads to a build error: >> >> In file included from include/linux/list.h:9:0, >>

Re: [PATCH] debugfs: fix debugfs_real_fops() build error

2017-11-14 Thread Greg Kroah-Hartman
On Tue, Nov 14, 2017 at 12:40:31PM +0100, Arnd Bergmann wrote: > Some drivers use debugfs_real_fops() even when CONFIG_DEBUG_FS is disabled, > which now leads to a build error: > > In file included from include/linux/list.h:9:0, > from include/linux/wait.h:7, > fr