Pending header cleanups will reveal this file is using the
init.h content implicitly with the following fail:
arch/tile/kernel/usb.c:69:1: warning: data definition has no type or storage class [enabled by default]
arch/tile/kernel/usb.c:69:1: error: type defaults to 'int' in declaration of 'arch_initcall'
arch/tile/kernel/usb.c:69:1: warning: parameter names (without types) in function declaration [enabled by default]
arch/tile/kernel/usb.c:62:19: warning: 'tilegx_usb_init' defined but not used
Explicitly add init.h to get arch_initcall and avoid this.
Reported-by: kbuild test robot<fengguang.wu@xxxxxxxxx>
Cc: Chris Metcalf<cmetcalf@xxxxxxxxxx>
Signed-off-by: Paul Gortmaker<paul.gortmaker@xxxxxxxxxxxxx>
---
[adding this to the header move series of commits; see
https://lkml.kernel.org/r/1433276168-21550-1-git-send-email-paul.gortmaker@xxxxxxxxxxxxx
for original series posting. ]
arch/tile/kernel/usb.c | 1 +
1 file changed, 1 insertion(+)