Commit 8df12925 authored by Andrew Victor's avatar Andrew Victor Committed by Russell King

[ARM] 4011/1: AT91SAM9260: Fix compilation with NAND driver

Add missing include for NAND device support on AT91SAM9260.
Signed-off-by: default avatarWojtek Kaniewski <wojtekka@toxygen.net>
Signed-off-by: default avatarAndrew Victor <andrew@sanpeople.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 44853a81
......@@ -18,6 +18,7 @@
#include <asm/arch/gpio.h>
#include <asm/arch/at91sam9260.h>
#include <asm/arch/at91sam926x_mc.h>
#include <asm/arch/at91sam9260_matrix.h>
#include "generic.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment