A closing parenthesis was accentually removed in this commit:
ommit
86596a46269e9b317ef3ee92f21453320d855018
Author: Luis R. Rodriguez <mcgrof@frijolero.org>
Date: Tue May 29 12:50:42 2012 -0700
compat-wireless: fix patches/24-pcmcia.patch for next-
20120524
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
}
do {
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36)
++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,36))
unsigned int iobase = info->p_dev->resource[0]->start;
+#else
+ unsigned int iobase = info->p_dev->io.BasePort1;