diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:44:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:44:01 +0000 |
commit | 08c72656130891389229ca29e455e08bc735ce1f (patch) | |
tree | f32a71704a40c818fa3ea64efa0aefefc4196a8b /target/linux/generic-2.6 | |
parent | 6fb68cb589d76499f5da5902dd83c87722a228f5 (diff) | |
download | upstream-08c72656130891389229ca29e455e08bc735ce1f.tar.gz upstream-08c72656130891389229ca29e455e08bc735ce1f.tar.bz2 upstream-08c72656130891389229ca29e455e08bc735ce1f.zip |
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
SVN-Revision: 7533
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/patches/209-mini_fo.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches/209-mini_fo.patch b/target/linux/generic-2.6/patches/209-mini_fo.patch index cf70f9f229..5f354c55bc 100644 --- a/target/linux/generic-2.6/patches/209-mini_fo.patch +++ b/target/linux/generic-2.6/patches/209-mini_fo.patch @@ -1943,7 +1943,7 @@ diff -urN linux-2.6.21.1.old/fs/mini_fo/fist.h linux-2.6.21.1.dev/fs/mini_fo/fis +#include <linux/swap.h> + +#include <asm/system.h> -+#include <asm/segment.h> ++/* #include <asm/segment.h> */ +#include <asm/mman.h> +#include <linux/seq_file.h> + |