mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 02:55:32 +02:00
[ixp4xx] include/asm-arm/arch-ixp4xx/io.h must include linux/bitops.h on 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10976 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b84c7cd55b
commit
a5fce6fba6
@ -0,0 +1,13 @@
|
|||||||
|
Index: linux-2.6.24.5/include/asm-arm/arch-ixp4xx/io.h
|
||||||
|
===================================================================
|
||||||
|
--- linux-2.6.24.5.orig/include/asm-arm/arch-ixp4xx/io.h
|
||||||
|
+++ linux-2.6.24.5/include/asm-arm/arch-ixp4xx/io.h
|
||||||
|
@@ -13,6 +13,8 @@
|
||||||
|
#ifndef __ASM_ARM_ARCH_IO_H
|
||||||
|
#define __ASM_ARM_ARCH_IO_H
|
||||||
|
|
||||||
|
+#include <linux/bitops.h>
|
||||||
|
+
|
||||||
|
#include <asm/hardware.h>
|
||||||
|
|
||||||
|
#define IO_SPACE_LIMIT 0xffff0000
|
Loading…
Reference in New Issue
Block a user