diff options
| author | Tom Rini <trini@konsulko.com> | 2023-11-29 11:16:13 -0500 | 
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2023-11-29 11:16:13 -0500 | 
| commit | 6357cf0cc4eaded5326cd10bca359ade2969708a (patch) | |
| tree | dc6aec5cbf781b09c13d85c8c2b8b9ef0aa88bde /arch/arm/mach-keystone/cmd_poweroff.c | |
| parent | 339d96822efad9e6e445959224b48375124741d8 (diff) | |
| parent | 53a230001263e6aca89e7a1322f2c7adbee4d55e (diff) | |
Merge branch '2023-11-29-assorted-platform-updates' into next
- Add a TFTP put test, a few TI Keystone 2 updates, fix stack-protector
  for PowerPC, fixes in lib/slre, timer-uclass and pvblock.
Diffstat (limited to 'arch/arm/mach-keystone/cmd_poweroff.c')
| -rw-r--r-- | arch/arm/mach-keystone/cmd_poweroff.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/arch/arm/mach-keystone/cmd_poweroff.c b/arch/arm/mach-keystone/cmd_poweroff.c index f0ad9173b96..0ad31ef4e28 100644 --- a/arch/arm/mach-keystone/cmd_poweroff.c +++ b/arch/arm/mach-keystone/cmd_poweroff.c @@ -6,7 +6,6 @@   *     Texas Instruments Incorporated, <www.ti.com>   */ -#include <common.h>  #include <command.h>  #include <asm/arch/mon.h>  #include <asm/arch/psc_defs.h> | 
