common: Drop linux/bitops.h from common header
[oweals/u-boot.git] / arch / arm / mach-versal / include / mach / hardware.h
index e26beab2e9cde409b1e0ddfab043593a7f45cead..9af5afd3f3f43818f9d7e540a733dc2099acd84f 100644 (file)
@@ -3,6 +3,10 @@
  * Copyright 2016 - 2018 Xilinx, Inc.
  */
 
+#ifndef __ASSEMBLY__
+#include <linux/bitops.h>
+#endif
+
 #define VERSAL_CRL_APB_BASEADDR        0xFF5E0000
 
 #define CRL_APB_TIMESTAMP_REF_CTRL_CLKACT_BIT  BIT(25)