Anders Roxell a1c303fbd4 marvell: octeontx2: build error: unknown type name 'u64'
commit 6312d52838b21f5c4a5afa1269a00df4364fd354 upstream.

Building an allmodconfig kernel arm64 kernel, the following build error
shows up:

In file included from drivers/crypto/marvell/octeontx2/cn10k_cpt.c:4:
include/linux/soc/marvell/octeontx2/asm.h:38:15: error: unknown type name 'u64'
   38 | static inline u64 otx2_atomic64_fetch_add(u64 incr, u64 *ptr)
      |               ^~~

Include linux/types.h in asm.h so the compiler knows what the type
'u64' are.

Fixes: af3826db74d1 ("octeontx2-pf: Use hardware register for CQE count")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Link: https://lore.kernel.org/r/20211013135743.3826594-1-anders.roxell@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-11-16 09:58:30 +01:00
..
2021-07-21 19:54:21 -07:00
2021-09-20 12:43:34 +01:00
2021-09-01 15:25:28 -07:00
2021-08-29 14:47:42 +03:00
2022-08-17 14:23:11 +02:00
2022-10-26 12:35:12 +02:00
2021-08-31 09:41:22 -07:00
2022-08-31 17:16:34 +02:00
2021-08-16 10:50:32 -06:00
2021-08-26 16:52:03 -07:00
2021-12-14 10:57:11 +01:00
2022-07-07 17:53:26 +02:00
2021-11-25 09:48:41 +01:00
2021-07-20 09:20:49 -07:00
2021-09-07 21:17:28 +02:00
2021-08-26 15:32:28 -04:00
2021-07-27 11:00:36 +02:00
2021-09-06 07:20:56 -04:00
2021-07-26 15:09:44 +02:00
2021-07-27 20:11:45 +01:00
2021-07-27 20:11:44 +01:00
2021-09-03 09:58:13 -07:00
2021-08-05 11:46:42 +01:00
2021-09-03 10:44:35 -07:00
2022-10-26 12:35:26 +02:00
2022-04-13 20:59:03 +02:00
2021-07-27 17:05:06 +01:00
2021-07-27 09:29:15 +02:00
2022-08-17 14:24:08 +02:00
2021-11-18 19:15:51 +01:00
2022-07-12 16:35:08 +02:00
2021-07-01 11:06:05 -07:00
2022-06-09 10:23:32 +02:00
2021-09-07 12:27:27 -07:00
2021-09-17 13:52:17 +01:00
2021-07-06 10:37:46 -05:00
2021-09-07 19:13:42 -07:00
2022-11-03 23:59:15 +09:00
2022-07-02 16:41:17 +02:00
2021-08-18 22:08:24 +02:00
2021-09-02 21:38:56 +02:00
2021-10-07 16:51:57 +02:00
2021-08-17 17:50:51 +02:00
2022-07-12 16:35:08 +02:00
2021-08-31 16:43:06 -07:00
2021-08-06 13:41:48 -07:00
2021-08-19 09:02:55 +09:00
2021-11-21 13:44:12 +01:00
2021-07-01 11:06:03 -07:00
2021-09-09 13:25:49 -07:00
2021-07-27 12:17:21 +02:00
2022-07-29 17:25:32 +02:00
2021-07-27 12:12:08 +02:00
2021-09-08 15:32:35 -07:00
2022-09-15 11:30:05 +02:00
2021-08-11 06:44:24 -04:00