8 Aug
2023
8 Aug
'23
11 a.m.
On Mon, Aug 7, 2023 at 3:10 PM Mark Brown broonie@kernel.org wrote:
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.
Wow that's a neat trick, I learn something new every day!
But we probably wanna be sure to get the system include.
Yours, Linus Walleij