All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] compat: backport PCMCIA API changes.
@ 2010-09-19 17:42 Hauke Mehrtens
  2010-09-19 17:42 ` [PATCH 2/4] compat: backport some usb urb functions Hauke Mehrtens
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Hauke Mehrtens @ 2010-09-19 17:42 UTC (permalink / raw)
  To: lrodriguez; +Cc: linux-wireless, mcgrof, Hauke Mehrtens

This backports the API change to pcmcia_enable_device

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 include/linux/compat-2.6.37.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/compat-2.6.37.h b/include/linux/compat-2.6.37.h
index 8ea0bab..7fce42a 100644
--- a/include/linux/compat-2.6.37.h
+++ b/include/linux/compat-2.6.37.h
@@ -43,6 +43,8 @@ static inline void skb_checksum_none_assert(struct sk_buff *skb)
 #endif
 }
 
+#define pcmcia_enable_device(link)	pcmcia_request_configuration(link, &link->conf)
+
 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)) */
 
 #endif /* LINUX_26_37_COMPAT_H */
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-09-23 19:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-19 17:42 [PATCH 1/4] compat: backport PCMCIA API changes Hauke Mehrtens
2010-09-19 17:42 ` [PATCH 2/4] compat: backport some usb urb functions Hauke Mehrtens
2010-09-19 17:42 ` [PATCH 3/4] compat: move pmcia backport code into compat-2.6.36.h Hauke Mehrtens
2010-09-22 16:55   ` Kshitij Kulshreshtha
2010-09-22 16:59     ` Luis R. Rodriguez
2010-09-22 19:09       ` Kshitij Kulshreshtha
2010-09-23 19:33         ` Hauke Mehrtens
2010-09-19 17:42 ` [PATCH 4/4] compat: pcmcia/cs.h is removed form new kernels Hauke Mehrtens
2010-09-20 15:32 ` [PATCH 1/4] compat: backport PCMCIA API changes Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.