1
0
Fork 0

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: Greg Kroah-Hartman <greg@kroah.com>
hifive-unleashed-5.1
Greg Kroah-Hartman 2015-03-31 23:01:45 +02:00
parent 355a705815
commit 5679f783b1
1 changed files with 1 additions and 0 deletions

View File

@ -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 {