diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-04-29 14:58:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-04-29 14:58:25 +0000 |
commit | 7567ba3f43c120049165c683288a80ff1905617d (patch) | |
tree | 6b6e2c129577ea3477eb199fd7f5ad3f782445c2 | |
parent | 653cf2c07823504a601aacf9fe310c3766995880 (diff) | |
download | upstream-7567ba3f43c120049165c683288a80ff1905617d.tar.gz upstream-7567ba3f43c120049165c683288a80ff1905617d.tar.bz2 upstream-7567ba3f43c120049165c683288a80ff1905617d.zip |
[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
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.24/900-include_bitops_h_from_arch_io_h.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.24/900-include_bitops_h_from_arch_io_h.patch b/target/linux/ixp4xx/patches-2.6.24/900-include_bitops_h_from_arch_io_h.patch new file mode 100644 index 0000000000..b97c3d7bd5 --- /dev/null +++ b/target/linux/ixp4xx/patches-2.6.24/900-include_bitops_h_from_arch_io_h.patch @@ -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 |