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:
@@ -26,6 +26,7 @@
|
||||
#include <net.h>
|
||||
#include <reset.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#define DMA_RX_DESC 6
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include <asm/arch/clk.h>
|
||||
#include <asm/arch/sys_proto.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
/* DMA controller channel register structure */
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#ifndef K3_NAVSS_UDMA_HWDEF_H_
|
||||
#define K3_NAVSS_UDMA_HWDEF_H_
|
||||
|
||||
#include <linux/bitops.h>
|
||||
#define UDMA_PSIL_DST_THREAD_ID_OFFSET 0x8000
|
||||
|
||||
/* Global registers */
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <asm/io.h>
|
||||
#include <asm/bitops.h>
|
||||
#include <malloc.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/dma-mapping.h>
|
||||
#include <dm.h>
|
||||
#include <dm/device_compat.h>
|
||||
|
||||
Reference in New Issue
Block a user