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:
@@ -12,6 +12,7 @@
|
||||
#include <errno.h>
|
||||
#include <timer.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
/* control register */
|
||||
#define ALTERA_TIMER_CONT BIT(1) /* Continuous mode */
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include <dm.h>
|
||||
#include <timer.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
#define AT91_PIT_VALUE 0xfffff
|
||||
#define AT91_PIT_PITEN BIT(24) /* Timer Enabled */
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <init.h>
|
||||
#include <timer.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/err.h>
|
||||
|
||||
#define CNT_CNTRL_RESET BIT(4)
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include <timer.h>
|
||||
#include <watchdog.h>
|
||||
#include <asm/ptrace.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <dm.h>
|
||||
#include <timer.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
#define MTK_GPT4_CTRL 0x40
|
||||
#define MTK_GPT4_CLK 0x44
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <dm.h>
|
||||
#include <timer.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
#define MTU_NUM_TIMERS 4
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <timer.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/clock.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
/* Timer register bits */
|
||||
#define TCLR_START BIT(0) /* Start=1 */
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <dm.h>
|
||||
#include <clk.h>
|
||||
#include <timer.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
#define OSTM_CMP 0x00
|
||||
#define OSTM_CNT 0x04
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <fdtdec.h>
|
||||
#include <timer.h>
|
||||
#include <dm/device_compat.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user