Try to fix Maemo 4 again again.

This commit is contained in:
Robert Sayre 2010-08-11 21:02:09 -07:00
parent 0b7340eabd
commit 9c2828628c

View File

@ -41,7 +41,7 @@
// see bug 586550
#ifdef MOZ_PLATFORM_MAEMO
#include <linux/version.h>
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,28)
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)
#include <asm/procinfo.h>
#else
#include <asm/hwcap.h>