diff options
| author | Simon Glass <[email protected]> | 2020-05-10 11:39:54 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-05-18 14:53:28 -0400 |
| commit | b79fdc76978515fba2c4f3b5b4f2e679c5ff1463 (patch) | |
| tree | cf7b3d3cbcdd64f60a0a88edd1f921d7708aebf5 /arch | |
| parent | a595a0e910960ccd4611719d5fb5c279859efaee (diff) | |
common: Drop flash.h from common header
Move this uncommon header out of the common header.
Fix up some style problems in flash.h while we are here.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-at91/arm926ejs/eflash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/arm926ejs/eflash.c b/arch/arm/mach-at91/arm926ejs/eflash.c index cfd6490d9dd..c875bfd89b7 100644 --- a/arch/arm/mach-at91/arm926ejs/eflash.c +++ b/arch/arm/mach-at91/arm926ejs/eflash.c @@ -43,6 +43,7 @@ * do a read-modify-write for partially programmed pages */ #include <common.h> +#include <flash.h> #include <asm/io.h> #include <asm/arch/hardware.h> #include <asm/arch/at91_common.h> |
