diff options
author | Sergey Lapin <slapin@ossfans.org> | 2010-04-12 20:40:33 +0400 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2010-04-12 20:50:42 +0400 |
commit | 4561bbd8376440fd1e6504c8032d83a908ad3334 (patch) | |
tree | ff0c35d16ca889edf31f5fa546e43630cae32d4f /recipes/linux/linux-2.6.33/afeb9260/0005-Add-missing-header-file.patch | |
parent | c6d01532bf022188091cdf6f58350e6312a05176 (diff) |
afeb9260: move to recent kernel
Diffstat (limited to 'recipes/linux/linux-2.6.33/afeb9260/0005-Add-missing-header-file.patch')
-rw-r--r-- | recipes/linux/linux-2.6.33/afeb9260/0005-Add-missing-header-file.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.33/afeb9260/0005-Add-missing-header-file.patch b/recipes/linux/linux-2.6.33/afeb9260/0005-Add-missing-header-file.patch new file mode 100644 index 0000000000..8c0a79ec23 --- /dev/null +++ b/recipes/linux/linux-2.6.33/afeb9260/0005-Add-missing-header-file.patch @@ -0,0 +1,26 @@ +From 068b604f7fbe84e6ea51c1f45ca530d863fce8ea Mon Sep 17 00:00:00 2001 +From: Sergey Lapin <slapin@ossfans.org> +Date: Fri, 7 Aug 2009 22:44:35 +0400 +Subject: [PATCH 5/7] Add missing header file + + +Signed-off-by: Sergey Lapin <slapin@ossfans.org> +--- + arch/arm/mach-at91/board-afeb-9260v1.c | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/arch/arm/mach-at91/board-afeb-9260v1.c b/arch/arm/mach-at91/board-afeb-9260v1.c +index 50667be..f1e314f 100644 +--- a/arch/arm/mach-at91/board-afeb-9260v1.c ++++ b/arch/arm/mach-at91/board-afeb-9260v1.c +@@ -32,6 +32,7 @@ + #include <linux/spi/spi.h> + #include <linux/clk.h> + #include <linux/dma-mapping.h> ++#include <linux/mtd/mtd.h> + + #include <mach/hardware.h> + #include <asm/setup.h> +-- +1.6.3.3 + |