The sdio_ids.h only contains definitions, no structures. It is like the linux/pci_ids.h file for SDIO devices. If you do not like to include the file use this patch which adds the needed definition to compat.h. Hauke Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- compat/compat.h | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/compat/compat.h b/compat/compat.h index 855a02c..f951a37 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -83,4 +83,16 @@ static inline void skb_queue_splice_tail_init(struct sk_buff_head *list, #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)) */ +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)) + +#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)) */ + +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)) + +#ifndef SDIO_DEVICE_ID_MARVELL_8688WLAN +#define SDIO_DEVICE_ID_MARVELL_8688WLAN 0x9104 +#endif + +#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)) */ + #endif /* LINUX_26_COMPAT_H */ -- 1.6.2.1 -- 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