aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2008-01-29 12:54:55 -0500
committerJesper Nilsson <jesper.nilsson@axis.com>2008-02-08 05:06:39 -0500
commitac17e82a87f4d914cf9f61526b57e21b4a944e09 (patch)
treef0e8ceefc11a663feed1f5a7f981c8ec1de82c2d /arch/cris
parentf8e47cb0585c2506888b415354de27bff77be276 (diff)
CRIS v32: Fix minor formatting issue in mach-a3/io.c
Diffstat (limited to 'arch/cris')
-rw-r--r--arch/cris/arch-v32/mach-a3/io.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/cris/arch-v32/mach-a3/io.c b/arch/cris/arch-v32/mach-a3/io.c
index 5e6c1aad8b4f..9eeaf3eca474 100644
--- a/arch/cris/arch-v32/mach-a3/io.c
+++ b/arch/cris/arch-v32/mach-a3/io.c
@@ -114,8 +114,7 @@ int crisv32_io_get(struct crisv32_iopin *iopin,
114 return 0; 114 return 0;
115} 115}
116 116
117int crisv32_io_get_name(struct crisv32_iopin *iopin, 117int crisv32_io_get_name(struct crisv32_iopin *iopin, const char *name)
118 const char *name)
119{ 118{
120 int port; 119 int port;
121 int pin; 120 int pin;