9
0
Fork 0

asm-blackfin: add missing includes

This commit is contained in:
Sascha Hauer 2007-09-16 11:19:28 +02:00
parent c306c164f0
commit 7c5234b062
1 changed files with 2 additions and 0 deletions

View File

@ -31,7 +31,9 @@
#ifdef CONFIG_BF561
#include <asm/cpu/defBF561.h>
#include <asm/cpu/defBF561_extn.h>
#ifndef __ASSEMBLY__
#include <asm/cpu/cdef_LPBlackfin.h>
#include <asm/cpu/cdefBF561.h>
#endif