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:
@@ -10,6 +10,7 @@
|
||||
#include <clk.h>
|
||||
#include <dm.h>
|
||||
#include <dm/device_compat.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/usb/otg.h>
|
||||
#include <malloc.h>
|
||||
|
@@ -9,6 +9,7 @@
|
||||
#ifndef __LINUX_CDNS3_DRD
|
||||
#define __LINUX_CDNS3_DRD
|
||||
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/usb/otg.h>
|
||||
#include "core.h"
|
||||
|
@@ -13,6 +13,7 @@
|
||||
#include <cpu_func.h>
|
||||
#include <asm/cache.h>
|
||||
#include <dm/device_compat.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/usb/composite.h>
|
||||
#include <linux/iopoll.h>
|
||||
|
@@ -59,6 +59,7 @@
|
||||
#include <dm.h>
|
||||
#include <dm/device_compat.h>
|
||||
#include <dm/devres.h>
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/usb/gadget.h>
|
||||
|
@@ -11,6 +11,7 @@
|
||||
*/
|
||||
#ifndef __LINUX_CDNS3_GADGET
|
||||
#define __LINUX_CDNS3_GADGET
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/usb/gadget.h>
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user