diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:38 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | 910522fc9cb45ab0331a641f84b06dfe48618894 (patch) | |
tree | e9c4285098431d166f13a5bb3ee69b7592f5c7c8 /drivers/cpu/bmips_cpu.c | |
parent | 6ec93ba35848d916ad8d695cbdebbbeb38c5d2bd (diff) |
cpu: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/cpu/bmips_cpu.c')
-rw-r--r-- | drivers/cpu/bmips_cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpu/bmips_cpu.c b/drivers/cpu/bmips_cpu.c index 3dd04fa8858..db624ee47fb 100644 --- a/drivers/cpu/bmips_cpu.c +++ b/drivers/cpu/bmips_cpu.c @@ -7,7 +7,6 @@ * Copyright (C) 2009 Florian Fainelli <florian@openwrt.org> */ -#include <common.h> #include <cpu.h> #include <display_options.h> #include <dm.h> |