common: Drop linux/bitops.h from common header
Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <asm/arch/misc.h>
|
||||
#include <asm/arch/reset_manager.h>
|
||||
#include <asm/arch/sdram.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#include <asm/arch/reset_manager.h>
|
||||
#include <asm/arch/sdram.h>
|
||||
#include <asm/arch/system_manager.h>
|
||||
#include <asm/bitops.h>
|
||||
#include <asm/io.h>
|
||||
#include <dm/device_compat.h>
|
||||
|
||||
|
@@ -16,6 +16,7 @@
|
||||
#include <fsl_ddr.h>
|
||||
#include <fsl_immap.h>
|
||||
#include <log.h>
|
||||
#include <asm/bitops.h>
|
||||
#include <asm/io.h>
|
||||
#if defined(CONFIG_FSL_LSCH2) || defined(CONFIG_FSL_LSCH3) || \
|
||||
defined(CONFIG_ARM)
|
||||
|
@@ -6,6 +6,7 @@
|
||||
#include <common.h>
|
||||
#include <fsl_ddr_sdram.h>
|
||||
#include <log.h>
|
||||
#include <asm/bitops.h>
|
||||
|
||||
#include <fsl_ddr.h>
|
||||
|
||||
|
@@ -6,6 +6,7 @@
|
||||
#include <common.h>
|
||||
#include <fsl_ddr_sdram.h>
|
||||
#include <log.h>
|
||||
#include <asm/bitops.h>
|
||||
|
||||
#include <fsl_ddr.h>
|
||||
/*
|
||||
|
@@ -16,6 +16,7 @@
|
||||
#include <command.h>
|
||||
#include <env.h>
|
||||
#include <log.h>
|
||||
#include <asm/bitops.h>
|
||||
#include <linux/ctype.h>
|
||||
#include <asm/types.h>
|
||||
#include <asm/io.h>
|
||||
|
@@ -7,6 +7,7 @@
|
||||
#include <common.h>
|
||||
#include <fsl_ddr_sdram.h>
|
||||
#include <log.h>
|
||||
#include <asm/bitops.h>
|
||||
|
||||
#include <fsl_ddr.h>
|
||||
|
||||
|
@@ -16,6 +16,7 @@
|
||||
#include <fsl_ddr.h>
|
||||
#include <init.h>
|
||||
#include <log.h>
|
||||
#include <asm/bitops.h>
|
||||
|
||||
/*
|
||||
* CONFIG_SYS_FSL_DDR_SDRAM_BASE_PHY is the physical address from the view
|
||||
|
Reference in New Issue
Block a user