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:
@@ -5,6 +5,11 @@
|
||||
*/
|
||||
|
||||
#ifndef __STM32_PWR_H_
|
||||
#define __STM32_PWR_H_
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#include <linux/bitops.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Offsets of some PWR registers
|
||||
|
Reference in New Issue
Block a user