Hi Greg, After merging the driver-core tree, today's linux-next build (arm multi_v7_defconfig) produced this warning:
In file included from kernel/power/main.c:16:0:
include/linux/debugfs.h:105:10: warning: 'struct device' declared inside
parameter list
void *data));
^
And many more like this.
Introduced by commit 98210b7f73f1 ("debugfs: add helper function to
create device related seq_file"). See Rule 1 from
Documentation/SubmitChecklist - though in this case a simple "struct
device;" would probably do.
--
Cheers,
Stephen Rothwell [email protected]
pgpGtrSvF7rc6.pgp
Description: OpenPGP digital signature

