commit | 0e41142bf52002d604e16798dc3f1c28f46cc4b6 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Thu Jun 29 02:24:30 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jun 29 10:26:20 2006 -0700 |
tree | df2867213868ebf77486c06903539d80ce3b5f80 | |
parent | 7256d819e43f89af6ba30047936c96c683436941 [diff] |
[PATCH] arch/i386/mach-visws/setup.c: remove dummy function calls Thankfully, these dummy function calls are no longer required to avoid warnings - if they weren't eliminated as dead code but accidentially executed there would be a guaranteed NULL dereference. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>