1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-25 11:25:21 +01:00

board: qualcomm: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-04-30 20:42:35 -06:00
parent a4963cd3f0
commit fa396220f7
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
*/
#include <button.h>
#include <common.h>
#include <cpu_func.h>
#include <dm.h>
#include <dm/pinctrl.h>

View File

@@ -13,7 +13,6 @@
#include <asm/global_data.h>
#include <linux/arm-smccc.h>
#include <linux/psci.h>
#include <common.h>
#include <dm.h>
#include <asm/io.h>
#include <linux/bitops.h>