diff options
author | Jeff Dike <[email protected]> | 2006-01-06 00:18:49 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2006-01-06 08:33:45 -0800 |
commit | 1b57e9c27882a908f180d4daf72ee12c6f137178 (patch) | |
tree | 422930c86e877418cc96623653b750bd0d1f5a9a /arch/um/drivers/line.c | |
parent | 970d6e3a3461ebc62bc3fc6d4962c936cb2ed97c (diff) |
[PATCH] uml: non-void functions should return something
There are a few functions which are declared to return something, but don't.
These are actually infinite loops which are forced to be declared as non-void.
This makes them all return 0.
Signed-off-by: Jeff Dike <[email protected]>
Cc: Paolo 'Blaisorblade' Giarrusso <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'arch/um/drivers/line.c')
0 files changed, 0 insertions, 0 deletions