Commit 5679f783 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: loopback: fix build breakage about SZ_4K

x86 doesn't include SZ_4K somehow so explicitly include <linux/sizes.h>
to fix the build breakage.
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 355a7058
......@@ -12,6 +12,7 @@
#include <linux/kthread.h>
#include <linux/delay.h>
#include <linux/random.h>
#include <linux/sizes.h>
#include "greybus.h"
struct gb_loopback_stats {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment