Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
/* All things not in 2.6.22, 2.6.23 and 2.6.24 */
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,25))
+#include <linux/miscdevice.h>
+
/* Backport work for QoS dependencies (kernel/pm_qos_params.c)
* ipw2100 now makes use of
* pm_qos_add_requirement(),
/* Compat work for 2.6.21, 2.6.22 and 2.6.23 */
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
+#include <linux/skbuff.h>
+
/* Added on 2.6.24 in include/linux/types.h by Al viro on commit 142956af */
typedef unsigned long uintptr_t;