mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
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>
|
||||
|
||||
|
Reference in New Issue
Block a user