> From: Longjun Tang <[email protected]> > > Since commit ecca1d63c1ea ("Replace <linux/mod_devicetable.h> by more > specific <linux/device-id/*.h> (headers)"), includes > <linux/device-id/virtio.h> instead of the old <linux/mod_devicetable.h>. > However, tools/virtio/ only had a wrapper for the old mod_devicetable.h, > causing the build to fail with: > > ./../../include/linux/virtio.h:10:10: fatal error: > linux/device-id/virtio.h: No such file or directory > > Add the missing wrapper header that redirects to > ../../include/linux/device-id/virtio.h > > Signed-off-by: Longjun Tang <[email protected]>
Sashiko has reviewed this patch and found no issues. It looks great! -- Sashiko AI review ยท https://sashiko.dev/#/patchset/[email protected]?part=1
