A closing parenthesis was accentually removed in this commit: ommit 86596a46269e9b317ef3ee92f21453320d855018 Author: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxx> 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@xxxxxxxxxx> --- patches/24-pcmcia.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/24-pcmcia.patch b/patches/24-pcmcia.patch index 7e6c16e..5fcdc94 100644 --- a/patches/24-pcmcia.patch +++ b/patches/24-pcmcia.patch @@ -29,7 +29,7 @@ } 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; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html