diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-08-11 14:31:31 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-23 09:46:34 -0400 |
commit | 63ead6a00d54a645667c141d8aaf0f6ffe1212be (patch) | |
tree | 49b4d54bc35c308841ed87caa5369ef322a15c2d /drivers/usb/host/ohci-ep93xx.c | |
parent | 9ca33a0f1abdefea3811666d9e87af11fd0af6c6 (diff) |
USB: otg: fix twl4030-usb build
subsys_initcall_sync() is only defined for built-in code, not for
loadable modules, so this driver build fails when built as a module.
However, the _sync() forms of the initcalls are not implemented,
so this should not be used -- just use the non-sync form of it.
drivers/usb/otg/twl4030-usb.c:777: warning: data definition has no type or storage class
drivers/usb/otg/twl4030-usb.c:777: warning: type defaults to 'int' in declaration of 'subsys_initcall_sync'
drivers/usb/otg/twl4030-usb.c:777: warning: parameter names (without types) in function declaration
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ohci-ep93xx.c')
0 files changed, 0 insertions, 0 deletions