Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
[oweals/u-boot.git] / include / net / pfe_eth / pfe / cbus / class_csr.h
index eeca751a9d59364dd5276e81b14d53e2630cdd7f..80f1f96b4433a461d09923eaee6cb4f0f3cf1b48 100644 (file)
@@ -1,8 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Copyright 2015-2016 Freescale Semiconductor, Inc.
  * Copyright 2017 NXP
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _CLASS_CSR_H_
@@ -13,6 +12,7 @@
  * class_csr - block containing all the classifier control and status register.
  * Mapped on CBUS and accessible from all PE's and ARM.
  */
+#include <linux/bitops.h>
 #define CLASS_VERSION                  (CLASS_CSR_BASE_ADDR + 0x000)
 #define CLASS_TX_CTRL                  (CLASS_CSR_BASE_ADDR + 0x004)
 #define CLASS_INQ_PKTPTR               (CLASS_CSR_BASE_ADDR + 0x010)