diff options
Diffstat (limited to 'package/mac80211/patches/100-disable_pcmcia_compat.patch')
-rw-r--r-- | package/mac80211/patches/100-disable_pcmcia_compat.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/100-disable_pcmcia_compat.patch b/package/mac80211/patches/100-disable_pcmcia_compat.patch index 39478ee..c038de9 100644 --- a/package/mac80211/patches/100-disable_pcmcia_compat.patch +++ b/package/mac80211/patches/100-disable_pcmcia_compat.patch @@ -21,7 +21,7 @@ /** * pccard_loop_tuple() - loop over tuples in the CIS @@ -73,7 +73,7 @@ next_entry: - EXPORT_SYMBOL(pccard_loop_tuple); + EXPORT_SYMBOL_GPL(pccard_loop_tuple); /* Source: drivers/pcmcia/cistpl.c */ -#if defined(CONFIG_PCMCIA) || defined(CONFIG_PCMCIA_MODULE) @@ -31,7 +31,7 @@ struct pcmcia_device *p_dev; --- a/include/linux/compat-2.6.28.h +++ b/include/linux/compat-2.6.28.h -@@ -44,7 +44,7 @@ typedef u32 phys_addr_t; +@@ -48,7 +48,7 @@ typedef u32 phys_addr_t; }) #endif /* From include/asm-generic/bug.h */ |