On Sun, 2018-07-15 at 17:34:46 UTC, Randy Dunlap wrote: > From: Randy Dunlap <[email protected]> > > Fix build errors and warnings in t1042rdb_diu.c by adding header files > and MODULE_LICENSE(). > > ../arch/powerpc/platforms/85xx/t1042rdb_diu.c:152:1: warning: data definition > has no type or storage class > early_initcall(t1042rdb_diu_init); > ../arch/powerpc/platforms/85xx/t1042rdb_diu.c:152:1: error: type defaults to > 'int' in declaration of 'early_initcall' [-Werror=implicit-int] > ../arch/powerpc/platforms/85xx/t1042rdb_diu.c:152:1: warning: parameter names > (without types) in function declaration > > and > WARNING: modpost: missing MODULE_LICENSE() in > arch/powerpc/platforms/85xx/t1042rdb_diu.o > > Signed-off-by: Randy Dunlap <[email protected]> > Cc: Benjamin Herrenschmidt <[email protected]> > Cc: Paul Mackerras <[email protected]> > Cc: Michael Ellerman <[email protected]> > Cc: Scott Wood <[email protected]> > Cc: Kumar Gala <[email protected]> > Cc: [email protected]
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/f5daf77a55ef0e695cc90c440ed650 cheers
