aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris
diff options
context:
space:
mode:
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;