Fix support for Linux 2.6.11, which lacks <linux/sort.h>

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4132 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2010-06-19 18:27:20 +00:00
parent a09a469936
commit 7da3379866
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
#include <linux/init.h>
#include <linux/delay.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11)
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12)
/* Copied from Linux lib/sort.c */
static void u32_swap(void *a, void *b, int size)
{