7 Aug
2023
7 Aug
'23
3:09 p.m.
On Mon, Aug 07, 2023 at 03:05:15PM +0200, Linus Walleij wrote:
On Wed, Jul 26, 2023 at 5:04 PM Herve Codina herve.codina@bootlin.com wrote:
+#include "linux/bitfield.h"
Really? I don't think there is such a file there.
Do you mean <linux/bitfield.h> and does this even compile?
#include "" means "try the local directory first then fall back to system includes" so it'll work, it picks up extra stuff on top of what <> does. There's a stylistic issue though.