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:
@@ -6,6 +6,7 @@
|
||||
#ifndef _MSCC_OCELOT_DEVCPU_GCB_H_
|
||||
#define _MSCC_OCELOT_DEVCPU_GCB_H_
|
||||
|
||||
#include <linux/bitops.h>
|
||||
#define PERF_SOFT_RST 0x90
|
||||
|
||||
#define PERF_SOFT_RST_SOFT_SWC_RST BIT(1)
|
||||
|
@@ -8,6 +8,7 @@
|
||||
#ifndef _MSCC_LUTON_MIIM_REGS_H_
|
||||
#define _MSCC_LUTON_MIIM_REGS_H_
|
||||
|
||||
#include <linux/bitops.h>
|
||||
#define MIIM_MII_STATUS(gi) (0xa0 + (gi * 36))
|
||||
#define MIIM_MII_CMD(gi) (0xa8 + (gi * 36))
|
||||
#define MIIM_MII_DATA(gi) (0xac + (gi * 36))
|
||||
|
@@ -6,6 +6,7 @@
|
||||
#ifndef _MSCC_OCELOT_ICPU_CFG_H_
|
||||
#define _MSCC_OCELOT_ICPU_CFG_H_
|
||||
|
||||
#include <linux/bitops.h>
|
||||
#define ICPU_GPR(x) (0x4 * (x))
|
||||
#define ICPU_GPR_RSZ 0x4
|
||||
|
||||
|
Reference in New Issue
Block a user