Message ID | 20140113184645.GA17979@katana (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On Mon, Jan 13 2014, Wolfram Sang wrote: > diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c > index 6f42050..585d44d 100644 > --- a/drivers/mmc/core/sd.c > +++ b/drivers/mmc/core/sd.c > @@ -11,6 +11,7 @@ > */ > > #include <linux/err.h> > +#include <linux/sizes.h> > #include <linux/slab.h> > #include <linux/stat.h> > #include <linux/pm_runtime.h> Thanks, already rebased this change into your original patch, I'll push the amended version out to mmc-next shortly. - Chris.
diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c index 6f42050..585d44d 100644 --- a/drivers/mmc/core/sd.c +++ b/drivers/mmc/core/sd.c @@ -11,6 +11,7 @@ */ #include <linux/err.h> +#include <linux/sizes.h> #include <linux/slab.h> #include <linux/stat.h> #include <linux/pm_runtime.h>