Skip to content

Commit

Permalink
powerpc/pseries/xcis: ansify
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 30, 2008
1 parent 1b90c13 commit f10095c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/pseries/xics.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ void xics_request_IPIs(void)
}
#endif /* CONFIG_SMP */

void xics_teardown_cpu()
void xics_teardown_cpu(void)
{
int cpu = smp_processor_id();

Expand Down

0 comments on commit f10095c

Please sign in to comment.