diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-12-08 22:02:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-12-08 22:02:44 +0000 |
commit | 227817a3c69aa4f5670e3eaac6f8411c2025c076 (patch) | |
tree | 3b999dc3fdb6603ed972a66df4418f0d197727a6 /target/linux/generic-2.6/patches/901-asm_bitops_include.patch | |
parent | 9a5798e5f5d052405c2468878e654bf302036372 (diff) | |
download | mtk-20170518-227817a3c69aa4f5670e3eaac6f8411c2025c076.zip mtk-20170518-227817a3c69aa4f5670e3eaac6f8411c2025c076.tar.gz mtk-20170518-227817a3c69aa4f5670e3eaac6f8411c2025c076.tar.bz2 |
more compile fixes
SVN-Revision: 5730
Diffstat (limited to 'target/linux/generic-2.6/patches/901-asm_bitops_include.patch')
-rw-r--r-- | target/linux/generic-2.6/patches/901-asm_bitops_include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches/901-asm_bitops_include.patch b/target/linux/generic-2.6/patches/901-asm_bitops_include.patch new file mode 100644 index 0000000..83da7b4 --- /dev/null +++ b/target/linux/generic-2.6/patches/901-asm_bitops_include.patch @@ -0,0 +1,10 @@ +--- linux.old/include/asm-mips/bitops.h 2006-12-08 17:09:09.035003456 +0100 ++++ linux.dev/include/asm-mips/bitops.h 2006-12-08 17:09:25.539494392 +0100 +@@ -12,6 +12,7 @@ + #include <linux/config.h> + #include <linux/compiler.h> + #include <linux/types.h> ++#include <asm/war.h> + #include <asm/bug.h> + #include <asm/byteorder.h> /* sigh ... */ + #include <asm/cpu-features.h> |