mirror of
https://xff.cz/git/u-boot/
synced 2025-09-29 22:41:17 +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:
@@ -6,6 +6,10 @@
|
||||
#ifndef _MACH_STM32_H_
|
||||
#define _MACH_STM32_H_
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#include <linux/bitops.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Peripheral memory map
|
||||
* only address used before device tree parsing
|
||||
|
Reference in New Issue
Block a user