aboutsummaryrefslogtreecommitdiffstats
path: root/include/pcmcia
diff options
context:
space:
mode:
Diffstat (limited to 'include/pcmcia')
-rw-r--r--include/pcmcia/ss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pcmcia/ss.h b/include/pcmcia/ss.h
index 9f7dab8db984..2889a69a7a8f 100644
--- a/include/pcmcia/ss.h
+++ b/include/pcmcia/ss.h
@@ -125,7 +125,7 @@ struct pccard_operations {
125}; 125};
126 126
127struct pccard_resource_ops { 127struct pccard_resource_ops {
128 void (*validate_mem) (struct pcmcia_socket *s); 128 int (*validate_mem) (struct pcmcia_socket *s);
129 int (*adjust_io_region) (struct resource *res, 129 int (*adjust_io_region) (struct resource *res,
130 unsigned long r_start, 130 unsigned long r_start,
131 unsigned long r_end, 131 unsigned long r_end,