Skip to content

Commit 8e82bca

Browse files
svenpeter42Andi Shyti
authored andcommitted
i2c: pasemi: Use correct bits.h include
When changing the #defines to use BIT and GENMASK the bitfield.h include was added instead of the correct bits.h include. Reported-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Sven Peter <sven@svenpeter.dev> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Neal Gompa <neal@gompa.dev> Link: https://lore.kernel.org/r/20250415-pasemi-fixes-v2-1-c543bf53151a@svenpeter.dev Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
1 parent 688d389 commit 8e82bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i2c/busses/i2c-pasemi-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* SMBus host driver for PA Semi PWRficient
66
*/
77

8-
#include <linux/bitfield.h>
8+
#include <linux/bits.h>
99
#include <linux/module.h>
1010
#include <linux/pci.h>
1111
#include <linux/kernel.h>

0 commit comments

Comments
 (0)