You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[Blackfin] arch: import defines for BF547 -- it is just like the BF548, but no CAN
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
#include "defBF544.h"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_BF547
|
||||
#include "defBF547.h"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_BF548
|
||||
#include "defBF548.h"
|
||||
#endif
|
||||
@@ -58,10 +62,12 @@
|
||||
#ifdef CONFIG_BF542
|
||||
#include "cdefBF542.h"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_BF544
|
||||
#include "cdefBF544.h"
|
||||
#endif
|
||||
#ifdef CONFIG_BF547
|
||||
#include "cdefBF547.h"
|
||||
#endif
|
||||
#ifdef CONFIG_BF548
|
||||
#include "cdefBF548.h"
|
||||
#endif
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user