Files
linux/drivers/net/ipa
Alex Elder dd172d0c2c net: ipa: reg: include <linux/bug.h>
When "reg.h" got created, it included calls to WARN() and WARN_ON().
Those macros are defined via <linux/bug.h>.  In addition, it uses
is_power_of_2(), which is defined in <linux/log2.h>.  Include those
files so IPA "reg.h" has access to all definitions it requires.

Meanwhile, <linux/bits.h> is included but nothing defined therein
is required directly in "reg.h", so get rid of that.

Fixes: 81772e444d ("net: ipa: start generalizing "ipa_reg"")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-03-16 21:33:18 -07:00
..
2022-10-03 16:49:20 -07:00
2023-02-20 08:14:20 +01:00
2022-10-03 16:49:20 -07:00
2023-02-20 08:14:20 +01:00
2023-02-20 08:14:20 +01:00
2022-10-25 11:15:19 +02:00
2022-12-12 15:55:06 -08:00
2020-07-13 17:11:53 -07:00
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2022-10-03 16:49:20 -07:00
2023-02-10 08:06:32 +00:00
2023-02-14 20:39:39 -08:00
2023-03-16 21:33:18 -07:00